Find ASCII value of charecter in c

studypoint
By -
0
#include
#include
void main()
{
int i;
clrscr();
for(i=65;i<=90;i++)
printf("\n ascii code=%d and acscii value= %c",i,i);
getch();
}

Post a Comment

0 Comments

Please Select Embedded Mode To show the Comment System.*

3/related/default