1.

Can we pass a variable argument list to a function at run-time?

Answer» Every actual argument list must be known at compile time. In that sense it is not truly a variable argument list.


Discussion

No Comment Found