Write a program to accept a character & display its
corrosponding ASCII value & vice versa?

Answer Posted / nigus alene

#2 is correct.

Is This Answer Correct ?    10 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it that not all header files are declared in every C program?

681


What is the size of structure pointer in c?

614


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1485


Here is a neat trick for checking whether two strings are equal

564


What is 1d array in c?

600






What is the heap?

685


What are linker error?

614


What is meant by 'bit masking'?

882


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

654


What is extern storage class in c?

509


What is #define in c?

621


What is the right type to use for boolean values in c? Is there a standard type?

564


How many keywords (reserve words) are in c?

618


In C programming, how do you insert quote characters (‘ and “) into the output screen?

895


What is extern keyword in c?

644