char ch=10;printf("%d",ch);what is the output
Answer Posted / kalpana.y
There will be no output
because, in printf statement it is declared in %d
%d is integer variable
%s should be declared
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are header files and what are its uses in C programming?
Explain how can you avoid including a header more than once?
When is a null pointer used?
Can you add pointers together? Why would you?
When a c file is executed there are many files that are automatically opened what are they files?
Explain what is wrong with this program statement? Void = 10;
How to draw the flowchart for structure programs?
What is scope of variable in c?
Explain what are header files and explain what are its uses in c programming?
Explain how are portions of a program disabled in demo versions?
What is echo in c programming?
Explain how do you print only part of a string?
What is the difference between printf and scanf )?
What is #define used for in c?