difference between c and c++?
Answer Posted / manish jangid
C++ is the hight level language, but C is low level
language.
C++ can support of all function of C, but C can't support
of all function of C++.
We can work with Class in C++, But we can't work with Class
in C
C++ is a object oriented language but C is not OOPS
C is the Top to bottom , but C++ is bottom to Top language.
| Is This Answer Correct ? | 110 Yes | 54 No |
Post New Answer View All Answers
What is the difference between a baller and a reference in C++?
What are dynamic type checking?
Differentiate between C and C++.
What is the default width for ouputting a long integer using the insertion operator?
What is the difference between set and map in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Why #include is used?
What's the order in which the objects in an array are destructed?
How do you declare a set in c++?
What is a node class in c++?
What is c strings syntax?
Why do we need pointers?
Write a function that swaps the values of two integers, using int* as the argument type?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the first name of c++?