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 / rukmanee

#include<stdio.h>
#include<conio.h>
main()
{
int num;
clrscr();
printf("enter a number");
scanf("%d",&num);
printf("the ascii value of the number is %c",num);
getch();
}

Is This Answer Correct ?    2 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does everyone say not to use gets?

1041


Which function in C can be used to append a string to another string?

1181


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

1028


What are pointers? Why are they used?

1124


Explain two-dimensional array.

1020


Is c is a low level language?

1079


Write a program to print factorial of given number without using recursion?

962


Explain Function Pointer?

1111


What is the right way to use errno?

1009


Explain how do you determine the length of a string value that was stored in a variable?

1104


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1875


How do you determine a file’s attributes?

1027


List out few of the applications that make use of Multilinked Structures?

2125


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1174


Why is main function so important?

1062