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
Why c++ does not have finally?
Should you pass exceptions by value or by reference?
Why can’t you call invariants() as the first line of your constructor?
Brief explaination about #include<iostream.h>, cin and cout
what is difference between static and non-static variables
What is OOPs
What is std namespace in c++?
What is flush () in c++?
Are there interfaces in c++?
Explain the properties and principles of oop.
Please explain the reference variable in c++?
Can you use the function fprintf() to display the output on the screen?