Is there something that we can do in C and not in C++?
Answer Posted / faisal saifi
C++ retained all features of C programming in addition of
object oriented programming that use OBJECT and a CLASS so
there is nothing that happen in C but not in C++;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many static variables are created if you put one static member into a template class definition?
What is code reusability in c++?
Name the operators that cannot be overloaded in C++?
If all is successful, what should main return a) 0 b) 1 c) void
What is c++ best used for?
What are the advantages of using a pointer?
What is insertion sorting?
How did c++ get its name?
How does a copy constructor differs from an overloaded assignment operator?
What are maps in c++?
What do c++ programmers do?
What are friend classes?
Explain "const" reference arguments in function?
How can you create a virtual copy constructor?
What is null and void pointer?