MCQOPTIONS
Saved Bookmarks
| 1. |
void main() { printf("%p",main); } |
| A. | Compilation error |
| B. | Garbage Value |
| C. | Some address will be printed. |
| D. | None of these |
| Answer» D. None of these | |