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 is the difference between c and python?
When can you use a pointer with a function?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What does the file stdio.h contain?
What is string constants?
Is there a way to switch on strings?
Can a function argument have default value?
How to write a multi-statement macro?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is assert and when would I use it?
What are the disadvantages of external storage class?
Where are c variables stored in memory?
What is a method in c?
What are near, far and huge pointers?
What does 3 periods mean in texting?