javaと同じ,<,<=,>,>=,==,!=
javaと同じ,&&,||,!
#include<stdio.h> main() { int x; x = 10 > 20; printf("%d\n",x); }