A stack can be adapted to store __________ data types.
a. all
b. only built-in C++
c. only abstract
d. deque-like
e. None of these
a. all
You might also like to view...
The hi-def largest capacity format for optical discs is the ________ disc.
A. HD DVD B. DVD-RAM C. HD CD D. Blu-ray
Consider the following declaration: int alpha[5] = {3, 5, 7, 9, 11};. Which of the following is equivalent to this statement?
A. int alpha[] = {3, 5, 7, 9, 11}; B. int alpha[] = {3 5 7 9 11}; C. int alpha[5] = [3, 5, 7, 9, 11]; D. int alpha[] = (3, 5, 7, 9, 11);
C++ is a(n) ____ language.
A. interpreted B. machine C. object-oriented D. structured
Using the tools available from the FORMAT menu can greatly reduce yourdevelopment time. All of the following are menu options EXCEPT ____.
A. Make Same Size B. Align C. Horizontal Spacing D. Attach to Process