#include<stdio.h>
char ch; //initialization of variable of data type character.
printf("Enter a character ");
if ((ch>='A'&&ch<='Z' )|| (ch>='a' && ch<='z'))
else
getchar();
Tags:
basic c program
C
c program
Write a program that ask user to a character and check whether a character is an alphabet or not
Appreciable
ReplyDeleteVery Very best information As Always It Is very Helpful.
ReplyDelete