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
What does count ++ do in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What are pointer-to-members in C++? Give their syntax.
What is the difference between new() and malloc()?
What is general form of pure virtual function? Explain?
Define 'std'.
What does #define mean in c++?
Can notepad ++ run c++?
What are guid?
What is the limitation of cin while taking input for character array?
Difference between pointer to constant and constant pointer to a constant. Give example.
Can manipulators fall in love?
What character terminates all character array strings a) b) . c) END
Can I learn c++ without learning c?
Why are arrays usually processed with for loop?