In the linked based implementation of a stack class, what does the default constructor initialize the private variable topPtr to?
a. OrigChainPtr
b. newChainPtr
c. nullPtr
d. 0
c. nullPtr
Computer Science & Information Technology
You might also like to view...
Which of the following variable types should be used to store someone’s age?
a. Number b. Boolean c. Object d. String e. None of these
Computer Science & Information Technology
The term stored program means that a series of instructions for a computing task can be loaded into a computer's memory.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology