MCQOPTIONS
Saved Bookmarks
| 1. |
If abc is the input, then the following program fragment char x, y, z ; printf ("% d" , scanf ("%c%c%c" , &x , &y , &z )) ; results in |
| A. | a syntax error |
| B. | a fatal error |
| C. | segmentation violation |
| D. | printing of 3 |
| Answer» E. | |