

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program (sample.c) given below if it is executed from the command line (Turbo C in DOS)?cmd> sample 1 2 3 |
A. | 6 |
B. | sample 6 |
C. | Error |
D. | Garbage value |
Answer» D. Garbage value | |