adplus-dvertising
frame-decoration

Question

The type va_list is used in an argument list

a.

To declare a variable that will refer to each argument in turn;

b.

For cleanup

c.

To create a list

d.

There is no such type

Posted under C Programming

Answer: (a).To declare a variable that will refer to each argument in turn;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The type va_list is used in an argument list

Similar Questions

Discover Related MCQs

Q. Each call of va_arg

Q. The standard header _______ is used for variable list arguments (…) in C.

Q. va_end does whatever

Q. Which of the following is NOT a delimiter for an input in scanf?

Q. If the conversion characters of int d, i, o, u and x are preceded by h, it indicates?

Q. Which of the following doesn’t require an & for the input in scanf?

Q. Which of the following is an invalid method for input?

Q. Which of the following represents the function for scanf?

Q. scanf returns as its value

Q. int sscanf(char *string, char *format, arg1, arg2, …)

Q. The conversion characters d, i, o, u, and x may be preceded by h in scanf to indicate

Q. The first and second arguments of fopen are

Q. For binary files, a ___ must be appended to the mode string.

Q. If there is any error while opening a file, fopen will return

Q. Which is true about getc returns?

Q. When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?

Q. FILE is of type ______

Q. What is the meant by ‘a’ in the following operation?
fp = fopen(“Random.txt”, “a”);

Q. Which of the following mode argument is used to truncate?

Q. Which type of files can’t be opened using fopen()?