C - Control Statements - Discussion

You Are Here :: Home > C > Control Statements - Discussion

 



Q.

What will be output when you will execute following c code?

#include
void main(){
if(!printf("shalu"))
if(printf(" deepu"));
}
Choose all that apply:

A. shalu B. deepu
C. shalu deepu D. Compilation error: if statement without body

Answer: Option A
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion