What is the output of the following code?

enum list {thing1, thing2, thing3, thing4};
list item;
for (item = thing2; item < thing4; item = item + 1)
cout << “item”;

a) thing2thing3
b) itemitemitem
c) itemitem
d) the code is not syntactically correct

c) itemitem

Computer Science & Information Technology

You might also like to view...

A 64-bit Windows 10 installation requires 20GB or more of free hard drive space

Indicate whether the statement is true or false

Computer Science & Information Technology

The analysis of algorithms—as an area of study—provides what tools for the computer scientist?

What will be an ideal response?

Computer Science & Information Technology