+ 1

<C><C#><C++>

what are different between C, C#, and C++?? someone help me?

13th Dec 2017, 7:55 PM
I Think I
I Think I - avatar
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
13th Dec 2017, 9:44 PM
Ice
Ice - avatar
+ 1
oh..thanks,, btw how about the different java and JavaScript? someone explain and put a example?
14th Dec 2017, 2:34 AM
I Think I
I Think I - avatar
+ 1
Java is used for apps, while JavaScript is used (mostly) for web development. Beside "Java" in their name, they have no similarities
14th Dec 2017, 4:56 AM
Ice
Ice - avatar
0
oh..nice explanation,, how about my next question. my question is the different between java and JavaScript, i got a little bit confused...
14th Dec 2017, 6:46 AM
I Think I
I Think I - avatar
0
oh..I see,, thanks for your explanation,, nice to be your friend ;)
14th Dec 2017, 7:07 AM
I Think I
I Think I - avatar
- 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.
14th Dec 2017, 6:16 AM
Timon Paßlick
- 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.
14th Dec 2017, 6:56 AM
Timon Paßlick
- 1
No problem ( :
14th Dec 2017, 7:10 AM
Timon Paßlick