main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answers were Sorted based on User's Feedback
What is extern keyword in c?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What are the 4 types of organizational structures?
What is the main difference between calloc () and malloc ()?
What are the types of pointers?
What is the use of gets and puts?
Explain main function in c?
Explain the difference between malloc() and calloc() in c?
What is break statement?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is #line?
What are pointers? What are different types of pointers?