What are variadic functions in accordance with C and C++?

前端 未结 3 809
耶瑟儿~
耶瑟儿~ 2020-12-22 04:26

I am confused. As i asked the question previously about overloading in C, i got some answers.

Whenever i try to make others understand about this, I get confused in

3条回答
  •  再見小時候
    2020-12-22 05:19

    In short, they are functions that accept any number of arguments.

    http://en.wikipedia.org/wiki/Variadic_function

提交回复
热议问题