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

What does %c mean in c?

654


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

676


Can you subtract pointers from each other? Why would you?

558


simple program of graphics and their output display

1470


What does == mean in texting?

668






What are the key features in c programming language?

617


How do I convert a string to all upper or lower case?

630


write a program to create a sparse matrix using dynamic memory allocation.

4373


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1453


What are the advantages of using macro in c language?

595


What is line in c preprocessor?

616


How do you view the path?

671


What is s in c?

618


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1848


Describe wild pointers in c?

640