0
Can you learn if you're a beginner when it comes to coding
4 Answers
+ 2
I learned C first then C++. Now I guess you can learn either one of it. These 2 are the fundamentals to all languages.
+ 2
At first I learn c then java,c++. If you like I would suggest you to start with c. It is basic and low level language. After that go with c++ and then java. Because java is fully object oriented. It is bit difficult for new bee. So start with c it is not object oriented.
0
c++ was my first language too when I had no idea about writing code. It will be difficult at first but you can definitely learn it if you have the passion to learn.
0
yes, but first start & understand basic code techniques like if else, loops & data types, arrays, functions etc, they are similar in all programming languages then you can try advance topic like pointers, classes, etc.