MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program code?#include#define a 10void main(){#define a 50printf("%d", a);} |
| A. | 0 |
| B. | 0 |
| C. | ompiler Error |
| D. | one of These |
| Answer» B. 0 | |