char ch=10;printf("%d",ch);what is the output
Answer Posted / jj
answer is 49,a character constant can be one character
so ch=10----> here 1 is taken as character,in print
statement it is conv to ascii
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Is c easier than java?
What is the use of pragma in embedded c?
How many keywords are there in c?
What is equivalent to ++i+++j?
What is the function of multilevel pointer in c?
Explain is it valid to address one element beyond the end of an array?
Why string is used in c?
What is the use of volatile?
What are the types of variables in c?
How can I write functions that take a variable number of arguments?
Can the size of an array be declared at runtime?
What is multidimensional arrays
What is the difference between exit() and _exit() function in c?
What is time complexity c?