Describe private, protected and public?
No Answer is Posted For this Question
Be the First to Post Answer
If all is successful, what should main return a) 0 b) 1 c) void
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What are the weaknesses of C++?
Can constructor be static in c++?
Which function should be used to free the memory allocated by calloc()?
Define a conversion constructor?
Explain the auto storage classes in c++.
How many storage classes are available in C++?
Define macro.
Which should be more useful: the protected and public virtuals?
When are exception objects created?
What is a v-table?