printf("%d",(printf("Hello")); What it returns?
Answer Posted / vivek_akathara
if the statement is as shown above then it will show an
error due to incomplete parentheses(there are 3 opening and
2 closing)
once that is corrected then you will get the output as
hello5 for the reasons explained above.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What does s c mean on snapchat?
Explain can you assign a different address to an array tag?
Is main is user defined function?
Explain how do you generate random numbers in c?
What is scanf_s in c?
What are the 4 data types?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain high-order bytes.
How can I call fortran?
How can I invoke another program or command and trap its output?
When should a type cast be used?
What is static memory allocation?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can I get back to the interactive keyboard if stdin is redirected?
What is the use of extern in c?