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 use of void main() in C++ language?
What is a block in c++?
What is a class definition?
Describe linkages and types of linkages?
What is the difference between *p++ and (*p)++ ?
How can virtual functions in c++ be implemented?
How can you quickly find the number of elements stored in a dynamic array?
What is the full form of ios?
Write about the stack unwinding?
What is operators in c++?
Where can I run c++ program?
How should runtime errors be handled in c++?
What is virtual base class uses?
What is difference between n and endl in c++?
Difference between pointer to constant vs. Pointer constant