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
What is this weird colon-member (" : ") syntax in the constructor?
What is class syntax c++?
Explain the difference between abstract class and interface in c++?
What are libraries in c++?
What is abstract class in c++?
What's the hardest coding language?
Specify different types of decision control statements?
What is a dll entry point?
Do class declarations end with a semicolon?
What is the fastest c++ compiler?
What is stack unwinding?
What is ios :: in in c++?
what is data abstraction in C++?
What is a singleton c++?
Why struct is used in c++?