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

1. When an array is passed to a function, the function operates on a local copy of the array.
2. A function’s return type may not be an array.
3. typedef is a reserved word.
4. An array can use an enumerated type for a subscript.
5. The least common error in using an array is a subscript range error


1. False
2. True
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

In the accompanying figure, the original formula =B5*C2 works correctly in cell C5. When it is copied and pasted into cell C8, why do the hash marks appear?

A. The copied formula does not refer to the correct cells and produces a result that is too large to fit in the cell. B. The copied formula contains a cell which is blank. C. The copied formula contains a cell with a label. D. none of the above

Computer Science & Information Technology

The decision table below shows fines imposed for speeding violations. Write a code segment that assigns the correct fine to type double variable fine based on the value of type int variable speed.

Speed (mph) Fine ($) 65 or less 0 66-70 15.00 71-75 30.00 76-80 75.00 over 80 100.00

Computer Science & Information Technology

Macros can increase processing time within a database while simultaneously reducing potential errors in the processing of data

Indicate whether the statement is true or false

Computer Science & Information Technology

The __________ is a layer of software between the applications and the computer hardware that supports applications and utilities.

What will be an ideal response?

Computer Science & Information Technology