Using even one ____ statement in a program is almost always a sign of bad programming structure.

A. enum
B. typedef
C. goto
D. #define


Answer: C

Computer Science & Information Technology

You might also like to view...

In the accompanying figure, item 4 is pointing to the ____.

A. title bar B. toolbar C. submenus D. scroll bar

Computer Science & Information Technology

What type of error will this code produce?

``` int n[30], i; for(i = 0; i <= 30; ++i) n[i] = i; ``` A. No compiler errors will be reported. B. A compiler error is generated since there are no braces {} with the for loop. C. A run time error may occur because we are out of bounds on the array. D. Both A and C are correct.

Computer Science & Information Technology

The ____________________ size is the height of the text measured in points.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The _______________ format is a Flash file and is proprietary to Adobe Flash.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology