C - Operators - Discussion

You Are Here :: Home > C > Operators - Discussion

 



Q.

What will be printed as the result of the operation below:

main()
{
int a=0;
if(a==0)
printf("sikanth");
printf("srikanth");
}

A. sikanth B. nothing
C. sikanth
srkanth
D. error

Answer: Option C
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion