From 2f93b7e25157b3d360dacbae0cd0e37baaf3d3b5 Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:48:26 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for C++ under Technical Preparation tips(Coding). I came upon this article while looking for resources to learn C++. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 047418b..4afe098 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ hardware. Know a little about scheduling. The world is rapidly moving towards mu know the fundamentals of "modern" concurrency constructs.

📗 ***Coding:*** You should know at least one programming language really well, and it should -preferably be C++ or Java. C# is OK too, since it's pretty similar to Java. You will be expected to +preferably be [C++](https://www.scaler.com/topics/cpp/) or Java. C# is OK too, since it's pretty similar to Java. You will be expected to write some code in at least some of your interviews. You will be expected to know a fair amount of detail about your favorite programming language.