main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answers were Sorted based on User's Feedback
Why clrscr is used after variable declaration?
what is pointer
What is a global variable in c?
what is the importance of spanning tree?
write a program to display & create a rational number
What does the characters “r” and “w” mean when writing programs that will make use of files?
Write a program to find factorial of a number using recursive function.
What are control structures? What are the different types?
What are the different types of errors?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What is void main ()?