What does return 0 do in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we get the value of ios format flags?
How can you quickly find the number of elements stored in a dynamic array?
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
Name the operators that cannot be overloaded in C++?
Write a Program to find the largest of 4 no using macros.
When does a 'this' pointer get created?
Can a list of string be stored within a two dimensional array?
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
What is friend class in c++ with example?
write a program that takes two numbers from user that prints the smallest number
What is a map in c++?
What is an adaptor class or Wrapper class?