kaldin

  • Login

C Programming


1) The first argument to be supplied at command-line must always be count of total arguments.
  • A)

  • B)

  • C)

  • D)

Next
Show Answer:
Show Answer


More Question
Which header file should you include, if you are going to develop a function, which can accept variable number of arguments
Which of the statements is correct about the program #includestdio.hint main() float a=3.14; char j; j = (char)&a; printf(d\n, j); return 0;
Which of the following errors would be reported by the compiler on compiling the program given below #includestdio.hint main() int a = 5; switch(a) case 1: printf(First); case 2: printf(Second); case 3 + 2: printf(Third); case 5: printf(Final); break; return 0;
Bit fields CANNOT be used in union.
How will you free the allocated memory