A continue statement inside a for statement causes control to be passed to ____.

A. the end of the current iteration
B. the statement after the end of the loop
C. the altering list
D. an input statement


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. C++ does not perform array bounds checking. 2. A pointer can be passed as an argument to a function. 3. Any arithmetic operation may be performed on pointers. 4. The ampersand (&) is used to dereference a pointer variable in C++. 5. The expression *s->p; is only meaningful if s is a pointer to a structure and p is a pointer that is a member of that structure.

Computer Science & Information Technology

Presentations should be tailored to the needs of the audience

Indicate whether the statement is true or false

Computer Science & Information Technology

When a shape in a SmartArt graphic is selected, the border of the shape is a ________

A) solid line B) series of dots C) series of dashes D) series of slashes

Computer Science & Information Technology

To arrange the records in descending order, you must ____.

A. cut and paste B. edit C. filter D. sort

Computer Science & Information Technology