Which of the following is not a valid declaration for main()
a) int main()
b) int main(int argc, char *argv[])
c) They both work
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by function and operator overloading in c++?
What is the difference between ++ count and count ++?
What is the best c++ compiler?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is the type of 'this' pointer?
What are the difference between reference variables and pointers in C++?
Do the parentheses after the type name make a difference with new?
Who calls main function?
Which is the best c++ compiler?
What does flush do?
Give example of a pure virtual function in c++?
What is a volatile variable in c++?