Which of the following is not an abstract data type?

a. An int.
b. A user-defined class.
c. A for loop.
d. None of the above are abstract data types.

c. A for loop.

Computer Science & Information Technology

You might also like to view...

What happens to the files in a Windows folder when you right-click a folder on your hard drive and choose Delete?

A) They are moved to another disk drive. B) They are moved into the Recycle Bin. C) They are copied onto the Clipboard. D) They are permanently deleted.

Computer Science & Information Technology

Which of the following is a valid user-defined output stream manipulator header?

a. ostream& tab(ostream& output) b. ostream tab(ostream output) c. istream& tab(istream output) d. void tab(ostream& output)

Computer Science & Information Technology