+ 1
C
I am starting from C(basics) , then I plan to do dsa and oops in c++, am I right? for future I will also learn python or javascript this way will have 3 languages If needed for any project I will learn python basics
1 Antwoord
+ 5
ACETIC PASTURE great start with c ...
Then building your skills with cplusplus ( C ➕️ ➕️ ) DSA ( Data Structures and Algorithms ) and OOP ( Object Oriented Programming )
Start with C: Focus on the basics like variables, loops, functions, and especially pointers and memory management.
Move to C++: Learn the core OOP concepts and apply them while studying DSA.
Learn Python or JavaScript: This will give you a versatile skill set for different types of projects.