WAP to convert text into its ASCII Code and also write a
function to decode the text given?

Answer Posted / shashank mahabdi

to convert it into ascii code just assign the entered
variable to a int(integer)variabe e.g.
int i=a
which on printing i will gie 64 as the o/p

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers integer?

745


If errno contains a nonzero number, is there an error?

1025


What is struct node in c?

792


Why calloc is better than malloc?

776


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

787


What is this pointer in c plus plus?

788


Write a C program to count the number of email on text

1624


What is dangling pointer in c?

803


a c code by using memory allocation for add ,multiply of sprase matrixes

2512


What is sorting in c plus plus?

728


Explain what is the difference between functions getch() and getche()?

775


How can I open a file so that other programs can update it at the same time?

887


What are actual arguments?

833


write a program to copy the string using switch case?

2597


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5136