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
Are pointers integer?
If errno contains a nonzero number, is there an error?
What is struct node in c?
Why calloc is better than malloc?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is this pointer in c plus plus?
Write a C program to count the number of email on text
What is dangling pointer in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is sorting in c plus plus?
Explain what is the difference between functions getch() and getche()?
How can I open a file so that other programs can update it at the same time?
What are actual arguments?
write a program to copy the string using switch case?
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