program to find character's ASCII values


#include<stdio.h>
#include<conio.h>
void main()
{
char a;
printf("enter a character=");
scanf("%c",&a);
printf("a=%d",a);
getch();
}

Comments

Popular posts from this blog

how to use camera in android studio| code

BOOT YOUR PHONE IN RECOVERY MOOD- HARDRESET

How to hack wifi password-2017