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

Answer Posted / anupam sen

printf function returns the number of character it prints
so output:Hello5

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I send mail from within a c program?

577


Find MAXIMUM of three distinct integers using a single C statement

622


What is wrong in this statement?

601


What is the c language function prototype?

642


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1774






I need a sort of an approximate strcmp routine?

655


Explain what are the advantages and disadvantages of a heap?

593


How to explain the final year project as a fresher please answer with sample project

463


What is c programming structure?

614


What is mean by data types in c?

547


Can you apply link and association interchangeably?

667


What is bubble sort in c?

629


What is include directive in c?

638


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


What is selection sort in c?

601