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

What is enumerated data type in c?

1128


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1486


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1328


Is printf a keyword?

1259


Which programming language is best for getting job 2020?

1101


What functions are used for dynamic memory allocation in c language?

1215


What are 'near' and 'far' pointers?

1093


Explain #pragma statements.

1100


What is wrong with this code?

1242


What is the benefit of using #define to declare a constant?

1150


Where we use clrscr in c?

1186


If fflush wont work, what can I use to flush input?

1151


What is the hardest programming language?

1214


How would you rename a function in C?

1091


What is a static variable in c?

1169