printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
1
Printf() return number character print on STD::out
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
How can I get back to the interactive keyboard if stdin is redirected?
How main function is called in c?
What is the use of ?: Operator?
What is the difference between abs() and fabs() functions?
Where does the name "C" come from, anyway?
Write a program to check armstrong number in c?
What is the general form of #line preprocessor?
What is the difference between declaring a variable and defining a variable?
How can I recover the file name given an open stream or file descriptor?
In C programming, what command or code can be used to determine if a number of odd or even?
What is character set?
What is an example of structure?
Describe the difference between = and == symbols in c programming?
Explain what is the difference between functions abs() and fabs()?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above