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: 255

Filed under:
|

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

Related posts about variable

Related posts about arguments