In the code ____, i and j are memory locations that have not yet been initialized, but which will hold integers.

A. i = int; j = int;
B. int i, j;
C. int = i, j;
D. i = ?; j = ?;

Answer: B

Computer Science & Information Technology

You might also like to view...

_________ are used to control how users enter data into a field in order to maintain consistency with data entry

A) Indexed fields B) Required fields C) Input masks D) AutoComplete features

Computer Science & Information Technology

A tiny change in the document can cause the next row of a table to move to the next page, thus making the header row the second row of the table when you:

A) delete the header row. B) disregard the header row. C) automatically repeat header rows. D) manually copy the header row.

Computer Science & Information Technology