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
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Why #include is used in c language?
What are the 4 types of programming language?
What do you mean by dynamic memory allocation in c?
What is a buffer in c?
how we can make 3d venturing graphics on outer interface
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Who invented b language?
Is null a keyword in c?
What is ctrl c called?
What are nested functions in c?
Explain what is page thrashing?
What are the types of data files?
What functions are used for dynamic memory allocation in c language?
What is a string?