A
Q. What is the output of the code?
Code:
int main(int argc, char *argv[]) {
printf("%d", argc);
return 0;
}
printf("%d", argc);
return 0;
}
- Correct Answer - Option(C)
- Views: 19
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.