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
State two differences between C and C++.
Which software is best for programming?
What is c++ & why it is used?
Which programming language is best to learn first?
What is flush () in c++?
How can you quickly find the number of elements stored in a dynamic array?
What does #define mean in c++?
What is a container class?
How do you define a class in c++?
difference between the c++ and c languages
Can we use resume in error handling i.e. in the catch block
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?