what is the return type of printf

Answer Posted / naresh

Return type of the printf is the no of characters printed.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c procedural or functional?

582


Explain what does it mean when a pointer is used in an if statement?

613


What is floating point constants?

682


Explain what are multibyte characters?

621


Why is it that not all header files are declared in every C program?

676






Can stdout be forced to print somewhere other than the screen?

612


how do you execute a c program in unix.

634


What is spaghetti programming?

664


Are global variables static in c?

666


Tell me about low level programming languages.

636


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

632


Where are the auto variables stored?

620


What is pointer in c?

731


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

656


Why C language is a procedural language?

614