‘C’, ‘C++’ and ‘Java’: Head-to-Head
- Chayan Bhattacharjee

- Jul 13, 2020
- 1 min read
Updated: Jul 14, 2020
Head-To-Head comparison of C, C++ and JAVA
C, C++ and Java are the most popular programming languages used today at a broad level. They have a pretty similar syntax for basic concepts. Most of the basic constructs like if statements, loops, function syntax, switch case statements and concepts like recursion are still valid. Many other concepts like the syntax for comments, and the idea of static class variables, also hold in both Java and C++. Java uses the syntax of C and structure of C++ language. There are many such aspects that need to be looked up and their comparison with java.
The comparison chart just gives us a hint that which programming language provides which features. Thus for choosing any language for programming, be sure to know the basics. None of the programming language can claim to be “THE BEST”, it all depends upon the choice of the individual. Java is definitely one of the mostly used language. The upcoming languages also has its features and older languages like C, VB, etc also has its own beauty.




Comments