Home »
MCQs »
C++ MCQs
How many arguments can be passed to a function?
102. How many arguments can be passed to a function?
- 128
- 256
- 512
- Vary from compiler to compiler
Answer: D) Vary from compiler to compiler
Explanation:
It varies from compiler to compiler and also different C99 and C++ standards.