What will be the output of this program (prg_1.c)?
#include int main(int argc,char* argv[]) { printf("%d",argc); return 0; }
Answer: B
No answer description available for this question.