C Programming- Program to Check Alphabet
#cprogramming #shorts
C Program to Check Whether a Character is an Alphabet or not
In C programming, a character variable holds an ASCII value (an integer number between 0 and 127) rather than that character itself.
The ASCII value of the lowercase alphabet is from 97 to 122. And, the ASCII value of the uppercase alphabet is from 65 to 90.
If the ASCII value of the character entered by the user lies in the range of 97 to 122 or from 65 to 90, that number is an alphabet.
Видео C Programming- Program to Check Alphabet канала Jayant Tripathy
C Program to Check Whether a Character is an Alphabet or not
In C programming, a character variable holds an ASCII value (an integer number between 0 and 127) rather than that character itself.
The ASCII value of the lowercase alphabet is from 97 to 122. And, the ASCII value of the uppercase alphabet is from 65 to 90.
If the ASCII value of the character entered by the user lies in the range of 97 to 122 or from 65 to 90, that number is an alphabet.
Видео C Programming- Program to Check Alphabet канала Jayant Tripathy
Комментарии отсутствуют
Информация о видео
9 февраля 2023 г. 21:27:03
00:00:54
Другие видео канала