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 is sizeof array?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How can I implement sets or arrays of bits?
Write a program to print numbers from 1 to 100 without using loop in c?
what is the format specifier for printing a pointer value?
What is cohesion in c?
What is scope of variable in c?
What are the types of variables in c?
What does c value mean?
Where does the name "C" come from, anyway?
How can I prevent another program from modifying part of a file that I am modifying?
How is pointer initialized in c?
What does the format %10.2 mean when included in a printf statement?
What is dynamic memory allocation?
Write a program to print ASCII code for a given digit.