Solved

In the Code ____, I and J Are Memory Locations

Question 31

Multiple Choice

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 = ?;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions