Answer the following statements true (T) or false (F)
1) Insertion into a linked list takes the same number of operations no matter where the insertion occurs
2) A stack is a first-in-first-out data structure.
3) A queue is first-in-first-out data structure.
4) Most applications that use a stack will store a struct or class object on the stack.
1) T
2) F
3) T
4) T
Computer Science & Information Technology
You might also like to view...
In the Animation Pane what color indicates an emphasis effect?
A) Red B) Blue C) Yellow D) Green
Computer Science & Information Technology
To sort the order of records in a form, you need to open the form in:
A) Tabular View. B) Print Preview. C) Design View. D) Form View.
Computer Science & Information Technology