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
What is main function in c?
what is a constant pointer in C
What is the general form of #line preprocessor?
What is the difference between struct and union in C?
What language is c written?
Explain how can I open a file so that other programs can update it at the same time?
Explain the difference between malloc() and calloc() in c?
Is it valid to address one element beyond the end of an array?
What is a program flowchart and how does it help in writing a program?
What do you mean by a local block?
What is the difference between far and near in c?
What is a stream?
What does 1f stand for?
What is the meaning of typedef struct in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(