Multiple choice _______________ specifies the overflow condition in stack. Top = - 1 Top = N - 1 Top = 0 Top = 1 Top = N Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the correct option as array subscript starts from 0, so it can have maximum of N - 1 subscript value from N number of elements.