main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answer Posted / abdulhamid
actually iwanna the answer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How many keywords (reserve words) are in c?
What is function prototype in c with example?
What is break in c?
How can this be legal c?
Explain how can I pad a string to a known length?
What does the message "automatic aggregate intialization is an ansi feature" mean?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Hi can anyone tell what is a start up code?
Do you have any idea how to compare array with pointer in c?
What is a pointer on a pointer in c programming language?
What is the advantage of a random access file?
How many bytes is a struct in c?
How can I sort a linked list?
Is array a primitive data type in c?