difference between c and c++?
Answer Posted / shanky garg
1 C++ OBJECT ORIENTED PROGRAMMING BUT 'C' IS PROCEDURE
ORIENTED PROGRAMMING
2 C++ IS HIGH LEVEL LANGUAGE BUT 'C' IS LOW LEVEL LANGUAGE
3 C++ IS GOING TO BOTTOM TO TOP BUT 'C' IS GOING TO TOP TO
BOTTOM
| Is This Answer Correct ? | 57 Yes | 29 No |
Post New Answer View All Answers
What are the restrictions apply to constructors and destructors?
Is eclipse good for c++?
What gives the current position of the put pointer?
What are compilers in c++?
What is an incomplete type in c++?
Is there structure in c++?
Does c++ support exception handling?
What should main() return in c and c++?
Is it possible to write a c++ template to check for a function's existence?
What is the limitation of cin while taking input for character array?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What do you mean by enumerated data type?
What is a pdb file?
What is polymorphism & list its types in c++?
Is std :: string immutable?