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 the difference between struct and typedef struct in c?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Explain the term printf() and scanf() used in c language?
write a program in c language to print your bio-data on the screen by using functions.
How is pointer initialized in c?
What does sizeof return c?
Explain what is the advantage of a random access file?
Are there constructors in c?
Why doesn't C support function overloading?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is zero based addressing?
What is difference between Structure and Unions?
What is a program?
Why we not create function inside function.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?