main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answer Posted / niranjan kumar niraj
output is ascii value & character
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain the difference between null pointer and void pointer.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are different types of variables in c?
How many header files are in c?
Who is the main contributor in designing the c language after dennis ritchie?
What does static variable mean in c?
What is the benefit of using an enum rather than a #define constant?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain how does free() know explain how much memory to release?
What is the g value paradox?
Can you pass an entire structure to functions?
What is extern storage class in c?
What is difference between stdio h and conio h?
Which header file is essential for using strcmp function?