#include main(){ char c; printf("Unesite jedan karakter: "); c = getchar(); putchar(c); //printf("%c", c); putchar('\n'); }