What is difference c and c++?
Answer / priya
C does no support polymorphism, encapsulation, and inheritance which means that C does not support object oriented programming.
C++ supports polymorphism, encapsulation, and inheritance because it is an object oriented programming language.
C is a subset of C++.
C++ is a superset of C.
Is This Answer Correct ? | 0 Yes | 0 No |
Can union be self referenced?
What is endianness?
What's c++ used for?
What is the difference between the functions rand(), random(), srand() and randomize()?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is dev c++ used for?
Is dev c++ a good compiler?
Is java the same as c++?
What is c++ best used for?
How can a called function determine the number of arguments that have been passed to it?
Is there a sort function in c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?