printf("%d",(printf("Hello")); What it returns?
Answer Posted / praneeth
It doesn't because in printf access specifier is Integer
but to display Hello we should use %s.
| Is This Answer Correct ? | 1 Yes | 22 No |
Post New Answer View All Answers
What would be an example of a structure analogous to structure c?
Explain setjmp()?
Is boolean a datatype in c?
When the macros gets expanded?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
When should a far pointer be used?
ATM machine and railway reservation class/object diagram
What is time complexity c?
Explain what is the heap?
How do c compilers work?
Can stdout be forced to print somewhere other than the screen?
Is null always defined as 0(zero)?
Why do we use header files in c?
What are logical errors and how does it differ from syntax errors?
Explain zero based addressing.