difference between c and c++?
Answer Posted / kaustubh mahajan
C is procedure oriented programming & c++ is object
oriented programming.
c++ contains classes & object,c++ does not require format
specifier for printing & scanning variables.
Is This Answer Correct ? | 131 Yes | 31 No |
Post New Answer View All Answers
Is c++ the hardest programming language?
Can a new be used in place of old mallocq? If yes, why?
What are the methods of exporting a function from a dll?
What is c++ namespace?
How to declare an array of pointers to integer?
Can comments be nested?
How one would use switch in a program?
What is #include sstream?
What is the use of endl in c++ give an example?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is stack unwinding?
How do you flush a buffer in c++?
Is c++ a low level language?
Should the member functions which are made public in the base class be hidden?
What is an iterator?