printf() is one of the variable argument list function. A variable argument list function is that it can take varying number of arguments. printf() needs min of one fixed argument, that should ba a string. This programe is a small implementation of printf(). Here i am not writing any driver level programme. Using C functions only the code is written.
No comments:
Post a Comment