Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

program to find the ASCII value of a number

Answer Posted / babitha

# include<stdio.h>
# include <conio.h>

void main()
{
char input;
printf("enter an input to get ascii of input");
scanf("%c",&input);
printf("\n ascii of input %c: is %d",input,input);
getch();
}

Is This Answer Correct ?    39 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the stack in c?

1080


Explain what is a static function?

1046


What is wrong in this statement?

1075


Write a code of a general series where the next element is the sum of last k terms.

985


What is the difference between the local variable and global variable in c?

925


What are categories used for in c?

1034


Do you have any idea how to compare array with pointer in c?

987


Which one would you prefer - a macro or a function?

1031


What is declaration and definition in c?

1014


How can you invoke another program from within a C program?

1022


How was c created?

996


How do you sort filenames in a directory?

1123


What is getche() function?

986


What do mean by network ?

1098


What is variable declaration and definition in c?

855