

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program (sample.c) given below if it is executed from the command line?
cmd> sample one two three
/* sample.c */
#include
|
A. | three two one |
B. | owt |
C. | eno |
D. | eerht |
Answer» D. eerht | |