Education for ALL
Pages
DL
MP
MC
COA
ES
NM
CG
OS
IP
DC
CN
CNS
Cryptography
C
C++
DSA
DBMS
SAD
SE
SPM
IoT
Blockchain
DS
AI
ML
C Program to find the ASCII value of a character
#include<stdio.h>
#include<conio.h>
char ch;
void main()
{
printf("Enter a character: ");
scanf("%c",&ch);
printf("The ASCII value of that character is %d",ch);
getch();
}
C Program to Find Size of int, float, double and char of Your System >>
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment