Write a program to accept a character & display its
corrosponding ASCII value & vice versa?
Answer Posted / govindkrishna
#include<stdio.h>
#include<conio.h>
main()
{
char ch;
printf("enter any charecter %c /n");
scanf("%c ",&ch);
printf("the ACSCII value is %d= /n",ch);
}
| Is This Answer Correct ? | 61 Yes | 30 No |
Post New Answer View All Answers
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Difference between MAC vs. IP Addressing
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the purpose of ftell?
Explain modulus operator.
What are the features of the c language?
What is this pointer in c plus plus?
What is meant by type casting?
What is identifier in c?
What is a stream?
Why c is called top down?
Explain how do you list a file’s date and time?
What is FIFO?
Who is the main contributor in designing the c language after dennis ritchie?