aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Data structure
  • In stack, insertion of element takes place from which end?
Multiple choice

In stack, insertion of element takes place from which end?

  1. Front

  2. Rear

  3. Top

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In stack, insertion and deletion takes place from top.

Keep practicing — related questions

  • In queue, from which end elements are inserted?
  • Which of the following is the operation in which a new data or element is inserted into the stacks?
  • Which of the following conditions is checked into the stack before performing the 'insertion' operation?
  • The PUSH keyword is used to place data on the ?
  • From which end of queue, elements are deleted?
  • Which of the following conditions must be verified before inserting a new element into the stack?
  • Fill in the blank. Where 'i' is the stack no. and 'x' is the item to be inserted. void Push( int i, int x )...
  • “Get a Node, store new element and Insert the new node at the top” refers to insert operation in non empty
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy