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

Differentiate between new and malloc(), delete and free() ?

677


What are logical errors and how does it differ from syntax errors?

663


How does #define work?

652


What are header files? What are their uses?

642


What's a good way to check for "close enough" floating-point equality?

630






How we can insert comments in a c program?

635


Can 'this' pointer by used in the constructor?

617


List out few of the applications that make use of Multilinked Structures?

1310


Explain what are the different data types in c?

761


What is #define size in c?

651


Explain why can’t constant values be used to define an array’s initial size?

859


Can you explain the four storage classes in C?

646


What is .obj file in c?

650


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1580


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651