#include int main() { char ch; printf("Karakter: "); scanf("%c", &ch); printf("Ezt írtad: %c\n", ch); }