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
Can we inherit constructor in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is increment operator in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
Explain differences between new() and delete()?
Will the following program execute?
Is c or c++ more useful?
Can I learn c++ without learning c?
Explain the different access specifiers for the class member in c++.
Who calls main function?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is type of 'this' pointer?
Why we use #include conio h in c++?
How can you differentiate between inheritance and implementation in c++?
Which should be more useful: the protected and public virtuals?