1.

How many can max number of arguments present in function in the c99 compiler?(a) 99(b) 90(c) 102(d) 127This question was posed to me in an interview.This intriguing question comes from Function Declarations in section Functions, Namespaces & Exceptions in C++ of C++

Answer»

The correct OPTION is (d) 127

Explanation: C99 allows to pass a MAXIMUM of 127 ARGUMENTS in a function.



Discussion

No Comment Found

Related InterviewSolutions