#include <stdio.h> int main(int argc, char *argv[]) { printf("%d\n", argc); return 0; }
a) 0
b) 1
c) Depends on the platform
d) Depends on the compiler
What will be the output of the following C code (if run with no options or arguments)?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following C code (if run with no options or arguments)?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!