Explain working of printf?

Answer Posted / hyrish

The function printf
is defined by stdio.h
header file. It is
the most commenly
used output stement
in c language.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c or c++ more useful?

580


How much do coding jobs pay?

555


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

607


Is c++ pass by reference or value?

574


What does it mean to declare a member function as static?

612






How the endl and setw manipulator works?

560


Define what is constructor?

590


What is a friend function in c++?

583


Is there finally in c++?

626


What is time_t c++?

615


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

592


Explain how we implement exception handling in c++?

580


What are the advantages of inheritance in c++?

657


Out of fgets() and gets() which function is safe to use?

643


Is atoi safe?

603