Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain working of printf?

Answer Posted / kishore

Printf is a Variadic function. Variadic functions are
functions which may take a variable number of arguments and
are declared with an ellipsis in place of the last
parameter.
int printf(char *, ...);
Uses Var_args to know the variables in the ...
In C these are defined in stdarg.h
Refer to this link http://en.wikipedia.org/wiki/Stdarg.h

Is This Answer Correct ?    24 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

an integer constant must have atleast one a) character b) digit c) decimal point

1077


How would perform Pattern Matching in C++?

1311


Describe delete operator?

1144


What is function prototyping? What are its advantages?

1147


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

1074


What is pointer with example?

1119


What is c++ hash?

1155


How many standards of c++ are there?

1143


Why are pointers used?

1050


What is insertion sorting?

1159


Explain the properties and principles of oop.

1067


What is the role of copy constructor in copying of thrown objects?

1117


How does code-bloating occur in c++?

1237


What is object oriented programming (oop)?

1168


What is istream c++?

1259