a C program that the functioning of printf() function

Asked by sidharth

i want to make a functon that performs the same work as printf() function in C, i.e., i want to make my own printf() function as it is available in C

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Christophe Painchaud (dash-ionblast) said :
#1

Cool ... Where is the question ?

Revision history for this message
sidharth (naughtysid20006-gmail) said :
#2

the format for printf() function is:
 int printf(const char *restrict, ...);
i also want to make my own function as above for printing the text on screen

Revision history for this message
Koen (koen-beek) said :
#3
Revision history for this message
Koen (koen-beek) said :
#4

Can you help with this problem?

Provide an answer of your own, or ask sidharth for more information if necessary.

To post a message you must log in.