Google News
logo
CPP - Quiz(MCQ)
How to unlimit the size of the stack?
A)
setflimit()
B)
unlimit()
C)
setrlimit()
D)
both setrlimit() & unlimit()

Correct Answer :   setrlimit()


Explanation : setrlimit() is used to unlimit the size of the stack.

Advertisement