How does the C compiler implement functions with Variable numbers of arguments?
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2010-04-29T17:40:47Z
Indexed on
2010/04/29
17:47 UTC
Read the original article
Hit count: 280
Hi Everybody,
I attended a technical interview a few days ago, and I was asked How does the C compiler implments function with Variable number of arguments? How does it pass the on the stack?
Does anyone know or can explian that?
Thanks, Dan
© Stack Overflow or respective owner