Which of the following array position will be occupied by a new element being pushed for a stack of size N elements Q & A › Category: Data Structure › Which of the following array position will be occupied by a new element being pushed for a stack of size N elements 0 Vote Up Vote Down Admin Staff asked 4 years ago Which of the following array position will be occupied by a new element being pushed for a stack of size N elements(capacity of stack > N). a) S[N-1] b) S[N] c) S[1] d) S[0] Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago b) S[N] Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...