difference between c and c++?
Answer Posted / arpit gupta
1.C follows procedural programming language while c++ follows multi paradigm language(procedural as well as object oriented)
2.in c data is not secured,but in c++ data is secured(hidden)like data hiding which is not in c.
3.c is a low level language & c++ is a high level language
4.c is a top down approach but c++ is a bottom up approach
5.We can use functions inside structures in C++ but not in C.
6.C is function-driven while C++ is object-driven
7.C++ supports function overloading while C does not
8.C++ allows the use of reference variables while C does not
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a programme to get a character and thier ASCII value
What is protected inheritance?
What are function prototypes?
How would you use qsort() function to sort an array of structures?
Who calls main function?
How should runtime errors be handled in c++?
What is the first name of c++?
Define virtual constructor.
What are arrays c++?
Is facebook written in c++?
What is implicit pointer in c++?
What are references in c++?
What is prototype for that c string function?
Define Virtual function in C++.
What is a manipulator in c++?