Which of the following is not a valid declaration for main
()?
1) int main()
2) int main(int argc, char *argv[])
3) They both work
Answer Posted / k.kavitha
3) They both work
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can you pass an entire structure to functions?
Can you think of a logic behind the game minesweeper.
what is use of malloc and calloc?
What are the 4 types of functions?
How can variables be characterized?
#include
Disadvantages of C language.
How many main () function we can have in a project?
What is the size of array float a(10)?
Explain what are the different file extensions involved when programming in c?
What is gets() function?
What is structure of c program?
What is the importance of c in your views?
How would you rename a function in C?
What is the difference between exit() and _exit() function?