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
Can a list of string be stored within a two dimensional array?
Difference between pointer to constant vs. Pointer constant
What is the type of this pointer in c++?
Is it possible for a member function to use delete this?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
describe private access specifiers?
Explain pass by value and pass by reference.
List the merits and demerits of declaring a nested class in C++?
What is the hardest coding language to learn?
How would you use the functions randomize() and random()?
Can a Structure contain a Pointer to itself?
Can I create my own functions in c++?
Define a conversion constructor?
what is the difference between overloading & overriding? give example.