Q. What will be output for the following code?
Code:
#include <stdio.h>
int main(int argc, char *argv[])
{
printf(""%s
"", argv[argc]);
return 0;
}
β
Correct Answer: (D)
Segmentation fault/code crash