char ch=10;printf("%d",ch);what is the output
Answer Posted / marc
58
Ascii of '0' is 48
thus, ascii of '10' is 48+10=58
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What are volatile variables in c?
Does free set pointer to null?
formula to convert 2500mmh2o into m3/hr
What is spaghetti programming?
Can a pointer point to null?
Explain the use of #pragma exit?
How can I copy just a portion of a string?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Can we declare function inside main?
Explain two-dimensional array.
What are the disadvantages of a shell structure?
What is anagram in c?
Do you know the use of fflush() function?
What is the role of && operator in a program code?
When can a far pointer be used?