The function to insert data in a stack data structure is _____?
The function to insert data in a stack data structure is _____?
اسٹیک ڈیٹا ڈھانچے میں ڈیٹا داخل کرنے کا فنکشن _____ ہے؟
Explanation
The Push function is used to insert (add) an element onto the top of a stack.
In stack operations, Push = Insert, while Pop = Remove.