Sail E0 Webinar
Question


If the different command line arguments are supplied at different times would the
output of the following program change?


#include<stdio.h>
int main(int argc, char **argv)
{
printf("%d\n", argv[argc]);
return 0;
}
Options:
A .  Yes
B .  No
Answer: Option B



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