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 | 8 No |
Post New Answer View All Answers
What is formal argument?
How is pointer initialized in c?
Explain Function Pointer?
Can you please explain the difference between exit() and _exit() function?
How can I get back to the interactive keyboard if stdin is redirected?
What is sizeof in c?
What is null in c?
What is int main () in c?
What is multidimensional arrays
What is the size of enum in bytes?
Which built-in library function can be used to match a patter from the string?
When is a void pointer used?
What does s c mean in text?
What is difference between Structure and Unions?
What is an identifier?