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
What does the message "automatic aggregate intialization is an ansi feature" mean?
What does. int *x[](); means ?
difference between object file and executable file
How to Throw some light on the splay trees?
What is a structure member in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Is it fine to write void main () or main () in c?
How can I list all of the predefined identifiers?
What is data structure in c language?
What are pointers really good for, anyway?
What is table lookup in c?
Who developed c language?
What is array in C
What is c language and why we use it?
Can static variables be declared in a header file?