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
What is difference between main and void main?
In C language, a variable name cannot contain?
How can I determine whether a machines byte order is big-endian or little-endian?
int far *near * p; means
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the 4 data types?
Why are all header files not declared in every c program?
Can the “if” function be used in comparing strings?
What is the significance of an algorithm to C programming?
What is the value of h?
What is 'bus error'?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what is the most efficient way to store flag values?
What is const and volatile in c?
What is void main ()?