Predict the output of following “C” code:

			  		

Loading

โœช Choose the correct option.

Predict the output of following “C” code:


void main()
{
if( printf(""))
printf("Face");
else
printf("Focus");
}

A. Error
B. Face
C. “”Focus
D. Focus