What does return 0 do in c++?


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

Post New Answer

More C++ General Interview Questions

Can we get the value of ios format flags?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


Write a Program to find the largest of 4 no using macros.

0 Answers  






When does a 'this' pointer get created?

0 Answers  


Can a list of string be stored within a two dimensional array?

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


What is friend class in c++ with example?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


What is a map in c++?

0 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


Categories