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 scope resolution operator in c++ with example?
What is null pointer and void pointer and what is their use?
What are function prototypes?
When should you use global variables?
What are namespaces in c++?
Why use of template is better than a base class?
Explain what data encapsulation is in c++?
How is c++ used in the real world?
Why is main function important?
What is function overloading c++?
Can we make copy constructor private in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Explain terminate() and unexpected() function?
What is flush () in c++?
What is doubly linked list in c++?