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

Answer Posted / priya

Can any one tell me the answer....
if any one knows the answer pls mail the answer at this id
plsss
priya_del06@yahoo.com

Is This Answer Correct ?    33 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of 'register' keyword in c language?

614


Is sizeof a keyword in c?

570


List the different types of c tokens?

609


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1618


Explain how can I convert a number to a string?

636






What are identifiers in c?

621


What is ambagious result in C? explain with an example.

2045


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1116


What is the use of ?

611


What are the types of pointers?

592


Why shouldn’t I start variable names with underscores?

619


What are qualifiers?

610


Write a program to reverse a given number in c?

585


What is malloc calloc and realloc in c?

651


Differentiate between ordinary variable and pointer in c.

609