Join the growing community of curious minds on IDNLearn.com. Get the information you need quickly and accurately with our reliable and thorough Q&A platform.
Answer:
#include<studio.h>
#include<conio.h>
void main()
{
char ch;
printf("Enter any letter");
scanf("%c",&ch);