From ee13e8577ee3ac0fb29044cba8064863aa47c625 Mon Sep 17 00:00:00 2001 From: Vishal Kumar <112061222+Vish1161@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:08:38 +0530 Subject: [PATCH] Added a helpful resource Hey, I have added a helpful reference link for C language in the C section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you. --- programming-language-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/programming-language-resources.md b/programming-language-resources.md index 4a48099..a128ac3 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -11,6 +11,7 @@ - [Valgrind (video)](https://www.youtube.com/watch?v=fvTsFjDuag8) - [Let us C](https://books.google.co.in/books/about/Let_Us_C.html?id=7HrjAAAACAAJ) - [Complete C programming for beginners](https://youtu.be/KJgsSFOSQv0) + - [Learn C in Detail](https://www.scaler.com/topics/c/) - C++ - [C++ Cheat Sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/Cpp_reference.pdf)