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 inheritance in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Tell me an example where stacks are useful?
Should I learn c++ c?
Explain the use of virtual destructor?
What is static function and static class?
List different attributes in C++?
If all is successful, what should main return a) 0 b) 1 c) void
How can I disable the "echo" feature?
What are the characteristics of friend functions?
Why is c++ awesome?
What is one dimensional array in c++?