what is the return type of printf

Answer Posted / venkat

RETURN TYPE OF THE PRINTF IS NO.OF CHAACTERS SUCCESSFULLY
PRINTED/DISPLAYED

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use int main?

610


how to construct a simulator keeping the logical boolean gates in c

1730


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1373


Place the #include statement must be written in the program?

573


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5210






What is a char c?

594


Explain that why C is procedural?

660


Can you add pointers together? Why would you?

647


What is string in c language?

628


How can I insert or delete a line (or record) in the middle of a file?

575


What is the basic structure of c?

557


Wt are the Buses in C Language

2753


Can you write a programmer for FACTORIAL using recursion?

614


What is NULL pointer?

677


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

614