MCQOPTIONS
Saved Bookmarks
| 1. |
What should be the output of below program?#define # include "stdio.h"int main(){printf("C.com");return 0;} |
| A. | C.com |
| B. | Nothing |
| C. | Compilation Error |
| D. | Depends on Complier |
| Answer» D. Depends on Complier | |