Which of the following statement is false for the statement

1.8 Which of the following statement is false for the statement?
main(int ac, char *av[])
A) av is an array of pointers to strings.
B) av[0] represents the name of the program under execution.
C) the formal arguments names have to be argc and argv only.
D) the main function can return an integer to the calling function/program.


Leave a Reply