

MCQOPTIONS
Saved Bookmarks
1. |
What will happen after compiling and running following code?main(){printf("%p", main);} |
A. | rror |
B. | ill make an infinite loop. |
C. | ome address will be printed. |
D. | one of these. |
Answer» D. one of these. | |