Which of the following is not one of the C++ control structures?

a. if
b. switch
c. break
d. do…while

c. break

Computer Science & Information Technology

You might also like to view...

Which feature limits the data that is allowed to be entered into a field?

A) Caption B) Required C) Default value D) Validation rule

Computer Science & Information Technology

Suppose a unified cache has the following characteristics:

Read/write penalty 1 cycle Miss rate 3% Load instructions (read data) 20% Store instructions (write data) 5% Miss penalty 20 cycles What is the average access time?

Computer Science & Information Technology