//WRITE A PROGRAME TO DISPLAY THE ASCII VALUE OF ANY CHARACTR;

//WAP To Display The ASCII Value Of  Any Character

 # include<stdio.h>

#include<conio.h>

 void main()

    {

       char ch;

       clrscr();

       printf("\n Enter Any Character ");

       scanf("%c" , &ch);

       printf("\n %c" , ch);

       printf("\n ASCII Value =%d" , ch);

       getch();

    }

Comments

Popular posts from this blog

What Is Data Structure.Why Data Structure.And Types Of Data Structure?.

"Basic Introduction Of Programming Language:"

HTML(Hyper Text Markup Language)