Question:Which of the following is not used for variable-length argument lists in functions?
A func_num_args() B func_var_args() C func_get_arg() D func_get_args()
+ AnswerC
+ Report