Is there something that we can do in C and not in C++?
Answer Posted / zarra
C++ will not allow declaration without initialization but C
will allow declaration without initialization.
And C++ and C both will not allow later initialization.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which programming language should I learn first?
What is insertion sorting?
What is different in C++, compare with unix?
Explain function overloading
Is c++ proprietary?
What is overloading unary operator?
How do you establish a has-a relationship?
Is it possible to write a c++ template to check for a function's existence?
What are keywords in c++?
What are the advantages of using const reference arguments in a function?
What are the types of container classes?
What is c++ manipulator?
What is operators in c++?
What is a node class in c++?
Can a Structure contain a Pointer to itself?