Predict the output
#include <stdio.h>
int main()

{
 int i=5;
 i = ++i*i;
 if(i==36)
 {

 i;
 printf("%d\n",i);
 }

else
printf("%d\n",i*0);


return 0;

}

Posted on by