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 | 7 No |
Post New Answer View All Answers
In c language can we compile a program without main() function?
Explain low-order bytes.
What is the purpose of void in c?
What is an identifier?
Why c language?
What is the use of c language in real life?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Tell me with an example the self-referential structure?
Are the variables argc and argv are always local to main?
Explain high-order bytes.
What should malloc(0) do?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Write a program that accept anumber in words
What does it mean when a pointer is used in an if statement?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?