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++