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...

A(n) ____________________ symbol has its own four-frame Timeline.

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

Computer Science & Information Technology

What are the nine integral data types in C# and how do you decide which is the most appropriate to use in a particular situation?

What will be an ideal response?

Computer Science & Information Technology

When disassembling a computer, its okay to stack circuit boards on top of each other as long as you follow ESD protection rules.

a. true b. false

Computer Science & Information Technology

You are using a Windows 8.1 RT operating system and want to add additional programs to the computer. What do you have available for installing more applications?

A. Microsoft Store B. DVD C. Google Play D. iTunes

Computer Science & Information Technology