What should main() return in c and c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What do you mean by abstraction in C++?

1 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is iomanip c++?

0 Answers  






In the derived class, which data member of the base class are visible?

0 Answers  


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


Describe private, protected and public – the differences and give examples.

0 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


what are function pointers?

0 Answers  


Categories