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

Post New Answer

More C++ General Interview Questions

how is returning structurs from functions?Show an eg?

1 Answers   GE,


Explain the concept of memory leak?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


. 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?

0 Answers  


Is string data type in c++?

0 Answers  






Write a program to interchange 2 variables without using the third one.

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


Why do we use setw in c++?

0 Answers  


Explain virtual destructor?

0 Answers  


Categories