char ch=10;printf("%d",ch);what is the output
Answer Posted / vaibhav
it prints the ascii value of 10. inthese case ineger 10
will occupy only 1 byte.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does the file stdio.h contain?
Are c and c++ the same?
What are the valid places to have keyword “break”?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is the diffrenet bettwen HTTP and internet protocol
How do you list a file’s date and time?
What type is sizeof?
Do character constants represent numerical values?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Why does the call char scanf work?
What is pivot in c?
What is c language and why we use it?
What is the maximum no. of arguments that can be given in a command line in C.?
Can a void pointer point to a function?
Differentiate between Macro and ordinary definition.