

MCQOPTIONS
Saved Bookmarks
1. |
Determine Output:void main(){int i=1, j=2;switch(i){case 1: printf("GOOD"); break;case j: printf("BAD"); break;}} |
A. | OOD BAD |
B. | OOD |
C. | ompiler Error |
D. | one of These |
Answer» D. one of These | |