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 null pointer in c?

1044


Write a program which returns the first non repetitive character in the string?

1172


write a program to generate address labels using structures?

4623


What is pointer to pointer in c?

1152


Do you know null pointer?

1078


Write the syntax and purpose of a switch statement in C.

1153


What is the difference between scanf and fscanf?

1343


What is c++ used for today?

1154


what is the structure pointer?

2180


Write a c program to demonstrate character and string constants?

2246


What is the difference between constant pointer and constant variable?

1280


What are the application of c?

1162


write a program to copy the string using switch case?

2949


Explain zero based addressing.

1098


Explain how do you generate random numbers in c?

1133