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
How is pointer initialized in c?
Explain the difference between call by value and call by reference in c language?
What is the difference between printf and scanf in c?
What is 1d array in c?
What are integer variable, floating-point variable and character variable?
Explain how do you search data in a data file using random access method?
What are the types of data files?
What is indirection?
What are the types of functions in c?
What is an example of structure?
What are the rules for the identifier?
Why doesnt the call scanf work?
Calculate 1*2*3*____*n using recursive function??
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is malloc return c?