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
Answer: D
No answer description available for this question.