push/pop

Instructions that store and retrieve an item on a stack. Push enters an item on the stack, and pop retrieves an items, moving the rest of the items in the stack up one level. See stack.

push/pop
Các lệnh lưu trữ và truy tìm một mục trên một ngăn xếp. Push nhập một mục vào ngăn xếp và pop truy tìm một mục. Quá trình này di chuyển phần còn lại của các mục trong ngăn xếp lên trên một nấc. Xem stack.


Published:

PAGE TOP ↑