Hello there!

I'm having difficulties with understanding what's happening with scanf() in combination with character formatter -%c.

Let's look at simple example:



#include <stdio.h>
int...