C++ Programming and Technical Programming Technical

Which of the following statement is correct?

Options
1) A reference is stored on heap.
2) A reference is stored on stack.
3) A reference is stored in a queue.
4) A reference is stored in a binary tree.

Read Solution (Total 1)

C++ Other Question

What are the main differences between procedure
oriented languages and object oriented languages?
What are generic functions and generic classes?