Why is the function main() special?
No Answer is Posted For this Question
Be the First to Post Answer
What's the order in which the local objects are destructed?
What is a null object in c++?
What is the use of endl in c++?
How does com provide language transparency?
how to find the maximum of 10 numbers ?
What is a try block?
Explain unexpected() function?
What is iterator in c++?
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
What is the main function c++?
What is a "Copy Constructor"?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples