Answer Posted / dhinakar
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
void main()
{
char num;
printf("Enter the number");
scanf("%c",&num);
printf("ASCII of %d is %d\n",atoi(&num),num);
}
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What is a void * in c?
What should malloc(0) do?
How many types of operator or there in c?
What oops means?
What does sizeof return c?
What's a good way to check for "close enough" floating-point equality?
What are the application of c?
Can we access the array using a pointer in c language?
What is the difference between text and binary i/o?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
How can you determine the maximum value that a numeric variable can hold?
What is context in c?
main() { printf("hello"); fork(); }
is it possible to create your own header files?
i want to know the procedure of qualcomm for getting a job through offcampus