#include #include int main () { char szoveg[30]; strcpy(szoveg, ""); if(szoveg[0] == '\0') { printf("Üres\n"); } }