printf("%d",(printf("Hello")); What it returns?

Answer Posted / raks

5 , Hello

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an endless loop?

790


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1458


What is function in c with example?

617


What does struct node * mean?

586


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

627






What is p in text message?

524


What is the most efficient way to count the number of bits which are set in an integer?

576


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1618


Which one would you prefer - a macro or a function?

590


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1578


Where are some collections of useful code fragments and examples?

701


Is it better to bitshift a value than to multiply by 2?

647


Explain 'bit masking'?

638


What does c mean in standard form?

587


With the help of using classes, write a program to add two numbers.

609