CSE MCQs :: C++ - MCQs
- If we start our function call with default arguments means, what will be proceeding arguments?
- Which header file is used to pass unknown number of arguments to function?
- How can you access the arguments that are manipulated in the function?
- What is the maximum number of arguments or parameters that can be present in one function call?
- Which header file should you include if you are to develop a function that can accept variable number of arguments?
- What will initialize the list of arguments in stdarg.h header file?