Which of the following array element will return the top-of-the-stack-element for a stack of size N elements Q & A › Category: Data Structure › Which of the following array element will return the top-of-the-stack-element for a stack of size N elements 0 Vote Up Vote Down Admin Staff asked 4 years ago 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). a) S[N-1] b) S[N] c) S[N-2] d) S[N+1] Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) S[N-1] Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...