Education for ALL
Pages
C
C++
DL
MP
COA
NM
CG
DSA
DBMS
DC
CN
Crypto
IP
SE
SPM
OS
MC
AI
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