InterviewSolution
Saved Bookmarks
| 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() |
|