Solved

Assume That Variables K and Num Have Both Been Initialized

Question 47

Multiple Choice

Assume that variables k and num have both been initialized to 10, which of the following is true?


A) id(k) , id(num) and id(10) will each give a different result
B) id(k) , id(num) and id(10) will all give the same result
C) id(k) and id(num) will be the same because they are variables, but not id(10) because it is an immutable value
D) It depends on the order k and num were initialized

Correct Answer:

verifed

Verified

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

Related Questions