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 | 10 No |
Post New Answer View All Answers
Describe how arrays can be passed to a user defined function
What is cohesion and coupling in c?
Is main is user defined function?
Can main () be called recursively?
What is operator precedence?
Explain the difference between #include "..." And #include <...> In c?
Is printf a keyword?
What is c mainly used for?
What is array of pointers to string?
Why do we use header files in c?
Can we increase size of array in c?
what is a function method?give example?
Why c language?
How can I change their mode to binary?
What is sizeof c?