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


Please Help Members By Posting Answers For Below Questions

Explain what is a static function?

628


Why isn't it being handled properly?

643


What is a string?

661


What is difference between Structure and Unions?

634


What are the advantage of c language?

546






In a switch statement, what will happen if a break statement is omitted?

598


Explain the difference between null pointer and void pointer.

661


What is class and object in c?

585


How can I read in an object file and jump to locations in it?

571


Why does notstrcat(string, "!");Work?

637


Differentiate between ordinary variable and pointer in c.

613


How can I recover the file name given an open stream?

547


Add Two Numbers Without Using the Addition Operator

351


What is s or c?

589


write a program to print largest number of each row of a 2D array

1866