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 a volatile variable in c++?
What is c++ redistributable?
Can you please explain the difference between using macro and inline functions?
What are smart pointers?
When does the c++ compiler create temporary variables?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Does c++ have foreach?
State the difference between pre and post increment/decrement operations.
Implement stack operations with pointers with appropriate exception checks.
Why do we use the using declaration?
State two differences between C and C++.
How do we implement inheritance in c++?
Comment on c++ standard exceptions?
what are the characteristics of Class Members in C++?
What is :: operator in c++?