main()
{
char x;
while(x=0;x<=255;x++)
printf("\nAscii value %d Charater %c",x,x);
}
Answers were Sorted based on User's Feedback
Answer / ashutosh tiwari
syntax error: while will never have initialization or
increment. it only have condition.
| Is This Answer Correct ? | 22 Yes | 1 No |
how to find sum of 5 digits in C?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
c program to manipulate x=1+3+5+...+n using recursion
What are runtime error?
what are non standard function in c
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
What is a wrapper function in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How would you rename a function in C?
what is the difference between static variable and register variable?
how to find the size of the data type like int,float without using the sizeof operator?
write a programming in c language, 1 3 5 7 9 11