

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following program in 16 bit platform assuming that 1022 is memory address of the string "Hello1" (in Turbo C under DOS) ?
#include
|
A. | 1022 Hello2 |
B. | Hello1 1022 |
C. | Hello1 Hello2 |
D. | 1022 1022 |
Answer» B. Hello1 1022 | |