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
What is a structural principle?
What does dm mean sexually?
What is array of structure in c?
What is the difference between array and pointer?
Explain what is the heap?
What is array of structure in c programming?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Distinguish between actual and formal arguments.
What is pointer to pointer in c language?
Which is better oop or procedural?
In c language can we compile a program without main() function?
What is data types?
What are control structures? What are the different types?
How do you convert strings to numbers in C?
What are the uses of null pointers?