Change Password
Logout
Update Question
View
Question
<p>Which of the following array element will return the top-of-the-stack-element for a stack of size N elements(capacity of stack > N)?</p>
Option 1
<p>S[N-1]</p>
Option 2
<p>S[N]</p>
Option 3
<p>S[N-2]</p>
Option 4
<p>S[N+1]</p>
Correct Answer
Option 1
Option 2
Option 3
Option 4
Submit
Design and Developed by
O7Solutions