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 |
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Write a program that can show the multiplication table.
What is the difference between memcpy and memmove?
Why do we need volatile in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
What is character set?
What is header file in c?
what is a function prototype?
What is the difference between functions getch() and getche()?
what are bps & baud rates? differentiate these two?
Place the #include statement must be written in the program?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,