+ 1
what is my next step after c language ?
which language i should learn after completing c language. plz answer.
3 Antworten
+ 2
If I had finished C first, had understood it and even enjoyed it, I would definitely continue with C++.
You'll immediately feel comfortable and can really appreciate the optimizations like classes, overloads and such.
+ 1
thank you
0
If you are confortable in C i would learn a high level language that is is compiled into bytecode. Go for C# or Java. Then for their learn a scripting language like javascript, python, php, or ruby. If you learn C++ you are pretty much learning the same thing which is useful but it's going to be a problem later on. C++ does not look like any other well known high level language like C# or Java. They have the same concepts, but....it's weird :|
That's just my 2 cents. You don't have to do it. I'm just a person that likes to cover all of my bases.