โช Choose the correct option.
Predict the output of following “C” code:
void main()
{
if( printf(""))
printf("Face");
else
printf("Focus");
}
void main()
{
if( printf(""))
printf("Face");
else
printf("Focus");
}
void main()
{
if( printf(""))
printf("Face");
else
printf("Focus");
}