MCQOPTIONS
Saved Bookmarks
| 1. |
Output of the Program :_x005F_x000D_ main()_x005F_x000D_ {_x005F_x000D_ int i = 1;_x005F_x000D_ while (i 2) goto here;_x005F_x000D_ Â Â Â Â Â i++;_x005F_x000D_ Â Â Â }_x005F_x000D_ }_x005F_x000D_ fun()_x005F_x000D_ {_x005F_x000D_ here : printf( "PP" );_x005F_x000D_ } |
| A. | 1 |
| B. | 2 |
| C. | Compilation error |
| D. | Exception occurs |
| Answer» D. Exception occurs | |