+ 1
<C><C#><C++>
what are different between C, C#, and C++?? someone help me?
8 Answers
+ 2
C and C++ are more similar to each other than C/C++ and C#.
C# is more like Java.
Example in syntax: printf can be used in both C and C++, while for C# is console.WriteLine
+ 1
oh..thanks,, btw how about the different java and JavaScript? someone explain and put a example?
+ 1
Java is used for apps, while JavaScript is used (mostly) for web development. Beside "Java" in their name, they have no similarities
0
oh..nice explanation,, how about my next question. my question is the different between java and JavaScript, i got a little bit confused...
0
oh..I see,, thanks for your explanation,, nice to be your friend ;)
- 1
C is older than c++. It's easier but also more error prone and it takes more code to solve a task. C++ is very compatible to c so that you can use most c libraries in your c++ code.
- 1
Java is for general purpose. It's not as performant as c/c++, but your executable will run on every platform.
Javascript was developed for websites and this is what it does best.
- 1
No problem ( :



