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
why is iostream::eof inside a loop condition considered wrong?
What is rvalue?
How can you specify a class in C++?
Explain how functions are classified in C++ ?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What do you mean by inheritance in c++?
What is a syntax in c++?
Difference between pass by value and pass by reference?
What's the order in which the local objects are destructed?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Why is it necessary to use a reference in the argument to the copy constructor?
Why is c++ awesome?
What is the difference between #define debug 0 and #undef debug?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Do class declarations end with a semicolon?