Sail E0 Webinar
Question


Which of the following statements are FALSE about the below code?


int main(int ac, char *av[])
{
}
Options:
A .  ac contains count of arguments supplied at command-line
B .  av[] contains addresses of arguments supplied at a command line
C .  In place of ac and av, argc and argv should be used.
D .  The variables ac and av are always local to main()
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers