main()
{
char x;
while(x=0;x<=255;x++)
printf("\nAscii value %d Charater %c",x,x);
}

Answer Posted / abdulhamid

21

Is This Answer Correct ?    3 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of in c?

587


Explain about block scope in c?

670


Which type of language is c?

660


Explain what is the benefit of using an enum rather than a #define constant?

735


What is a pointer on a pointer in c programming language?

629






What are multibyte characters?

655


What is a buffer in c?

584


What are valid signatures for the Main function?

707


Explain what is the heap?

632


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

772


What kind of structure is a house?

568


Differentiate between static and dynamic modeling.

630


Is c dynamically typed?

677


What is the difference between exit() and _exit() function in c?

594


What is the right way to use errno?

631