# include <stdio.h> int main(void) { float x; if( 0==x ) printf("yes!"); else printf("no!"); return 0; }