main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answer Posted / niranjan kumar niraj
output is ascii value & character
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is meant by int main ()?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Explain what math functions are available for integers? For floating point?
What does s c mean in text?
What is data type long in c?
What library is sizeof in c?
Should I learn c before c++?
When should a type cast be used?
Explain the process of converting a Tree into a Binary Tree.
in iso what are the common technological language?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What does the file stdio.h contain?
What is ambagious result in C? explain with an example.
What are the different types of control structures in programming?