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 is the use of define in c?
What is function what are the types of function?
What is cohesion and coupling in c?
How can I read and write comma-delimited text?
What do you mean by a local block?
What are the different categories of functions in c?
What are types of preprocessor in c?
Explain what is the difference between #include and #include 'file' ?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is multidimensional arrays
What is difference between union All statement and Union?
What is s in c?
what are the facialities provided by you after the selection of the student.
What is a dynamic array in c?
What is mean by data types in c?