DEV Community

Discussion on: How to learn Programming in 2021

Collapse
 
rishabhraghwendra profile image
Rishabhraghwendra18

Ya,I agree . I suggested C++ because it's fast ( will be useful in coding rounds) and it will also clear lots of basic concepts . Like about pointers and about Primitive data types - what is an int,string,float data type ,etc. If in future , we learn any new language or technology then we can get a feel of what's going under the hood , because somewhere the language uses concepts of c++ or even uses c++ like in case of nodejs runtime environment for JavaScript.