Displays the error given in the header. I found the code, rewrote it myself, but it still gives an error.
And I also understood correctly what the window should show where to enter my character?
#include <stdio.h> main (); { char ch; ch = getchar(); putchar(ch); }