#include int main() { enum het {hetfo, kedd, szerda, csutortok, pentek, szombat, vasarnap}; enum het a; a = hetfo; if(a==hetfo) printf("hétfő\n"); }