printf("%d",(printf("Hello")); What it returns?
Answer Posted / varun
error bcz 1 bracket is missing.
if corected
output will b
Hello5
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is c standard library?
What are the advantages and disadvantages of pointers?
What does 4d mean in c?
What are local static variables?
How can I generate floating-point random numbers?
Differentiate between the expression “++a” and “a++”?
please give me some tips for the placement in the TCS.
What's the best way of making my program efficient?
Explain how can I open a file so that other programs can update it at the same time?
Why we use conio h in c?
Does c have circular shift operators?
What are predefined functions in c?
What standard functions are available to manipulate strings?
What is string length in c?
What are the basic data types associated with c?