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
Why we not create function inside function.
Write a program to swap two numbers without using the third variable?
What is wrong with this statement? Myname = 'robin';
What are 3 types of structures?
how is the examination pattern?
What is a program flowchart and how does it help in writing a program?
What is bin sh c?
What is malloc calloc and realloc in c?
Explain how can I read and write comma-delimited text?
Can a variable be both const and volatile?
What happens if a header file is included twice?
What are bitwise shift operators in c programming?
What is volatile variable how do you declare it?
What are dangling pointers in c?
Do you know the difference between malloc() and calloc() function?