1.

How to unlimit the size of the stack?(a) setrlimit()(b) unlimit()(c) both setrlimit() & unlimit()(d) setflimit()This question was posed to me in a job interview.Question is taken from Large Objects topic in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct choice is (a) SETRLIMIT()

The EXPLANATION: setrlimit() is used to unlimit the size of the STACK.



Discussion

No Comment Found

Related InterviewSolutions