If all is successful, what should main return
a) 0
b) 1
c) void
No Answer is Posted For this Question
Be the First to Post Answer
how is returning structurs from functions?Show an eg?
Explain the concept of memory leak?
How the endl and setw manipulator works?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Is string data type in c++?
Write a program to interchange 2 variables without using the third one.
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
Explain the difference between realloc() and free() in c++?
How does throwing and catching exceptions differ from using setjmp and longjmp?
When you overload member functions, in what ways must they differ?
Why do we use setw in c++?
Explain virtual destructor?