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
Where local variables are stored in c?
Where is c used?
what value is returned to operating system after program execution?
Explain how do you determine whether to use a stream function or a low-level function?
What is a stream in c programming?
What are header files and explain what are its uses in c programming?
How can you be sure that a program follows the ANSI C standard?
what are enumerations in C
What is s in c?
What does a pointer variable always consist of?
What is double pointer in c?
how to find binary of number?
Is c pass by value or reference?
Explain the difference between ++u and u++?
Explain the difference between the local variable and global variable in c?