24 Conditional statements #include < stdio.h >main(){int a=0;if(a=0){printf("hi");}printf("hello");}outputwhat'll be the output? Share this Share on FacebookTweet on TwitterPlus on Google+