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 are the advantages of using Unions?
Write a program to print all permutations of a given string.
what do the 'c' and 'v' in argc and argv stand for?
What are high level languages like C and FORTRAN also known as?
How can I call a function with an argument list built up at run time?
What is function pointer c?
Explain what are global variables and explain how do you declare them?
What are logical errors and how does it differ from syntax errors?
When should a type cast be used?
Write a program to print factorial of given number without using recursion?
Why is sprintf unsafe?
What is the difference between null pointer and wild pointer?
In a switch statement, explain what will happen if a break statement is omitted?
What is the importance of c in your views?
How to set file pointer to beginning c?