Computerwelt
#include <stdio.h>
#define BEGIN {; #define END };
if(a==b) c=1; else c=0;
c=(a==b)?1:0;
c=(a==b);