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
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is a stream water?
What is an operator?
What are the 5 types of organizational structures?
Is register a keyword in c?
What is a pragma?
Compare array data type to pointer data type
What does %2f mean in c?
What is malloc return c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How is = symbol different from == symbol in c programming?
Explain high-order and low-order bytes.
List the difference between a "copy constructor" and a "assignment operator"?
What is a structure and why it is used?
What is a program?