How does the C compiler implement functions with Variable numbers of arguments?
- by Dan
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