Write a program to input a single character and display it.
The program allows the user to enter a character and display it using the printf statement. The program starts with the inclusion of the standard input-output library, stdio.h, and console input-output library, conio.h. The main() function is defined and it begins with the declaration of the variable ch which is a character type. Next, the […]