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
How does free() know explain how much memory to release?
what are the advantages of a macro over a function?
is it possible to create your own header files?
What is call by reference in functions?
What is the difference between union and anonymous union?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
How do you generate random numbers in C?
What is the purpose of 'register' keyword in c language?
State the difference between realloc and free.
Can we compile a program without main() function?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is unary operator?
What is the difference between array_name and &array_name?
How can you avoid including a header more than once?
What is a static variable in c?