passing variable number of arguments

后端 未结 5 1270
野性不改
野性不改 2020-12-07 01:31

Can we pass variable number of arguments to a function in c?

5条回答
  •  执笔经年
    2020-12-07 02:07

    "You should consider that using variadic functions (C-style) is a dangerous flaw," says Stephane Rolland. You can find his helpful post here.

提交回复
热议问题