#include #include void main(void){ int a,b,c=5,d; float g = 5; if (g > 4){ printf("%d\n",c); } }