بيان المشكلة
Write a program that reads a single character from the user and prints it back to the screen.
This is your first step in learning input/output operations in C programming. You'll use scanf to read the character and printf to display it.
Example: If the user enters 'A', your program should output 'A'.