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