

MCQOPTIONS
Saved Bookmarks
1. |
Determine Output:void main(){int i=1;while(i2)goto here;i++;}}fun(){here:printf("PP");} |
A. | 2PP |
B. | 2PP345 |
C. | ompiler Error |
D. | one of These |
Answer» D. one of These | |