Top

Discussion

What will be the output of this program (prg_1.c)?

#include 
int main(int argc,char* argv[])
{
    printf("%d",argc);
    return 0;
}

 

  • A.4
  • B.5
  • C.6
  • D.3

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment