What is the output of this program? 

main ( )

{

int a = 0;

if (a=0)

printf ("a is zero");

else

printf ("a is not zero");

}

1
a is zero
2
prints nothing 
3
a is not zero 
4
Garbage value 

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation