Fill in the blank. Where 'i' is the stack no. and 'x' is the item to be inserted.
void Push( int i, int x ) {
if(-------) printf(Stackoverflow); elseS[++Top]=x;
}
Reveal answer
Fill a bubble to check yourself