how does printf handle its arguments ?
Posted
by Yassir
on Stack Overflow
See other posts from Stack Overflow
or by Yassir
Published on 2010-03-12T14:21:20Z
Indexed on
2010/03/12
14:27 UTC
Read the original article
Hit count: 182
Filed under:
c
how does printf handle its arguments ? i know that in C# i can use params keyword to do something similar but i can't get it done in C
© Stack Overflow or respective owner