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