main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answer Posted / abdulhamid
actually iwanna the answer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
What is identifiers in c with examples?
What are variables and it what way is it different from constants?
Explain output of printf("Hello World"-'A'+'B'); ?
What is the stack in c?
Tell me what is the purpose of 'register' keyword in c language?
What is merge sort in c?
Explain enumerated types.
What do you mean by dynamic memory allocation in c? What functions are used?
What is indirection? How many levels of pointers can you have?
What are run-time errors?
Is c a great language, or what?
What is the purpose of void pointer?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
How can I invoke another program or command and trap its output?