Q. Which built-in function can be used to get the memory address of an object?
β
Correct Answer: (A)
id()
Explanation: `id()` returns the unique identifier (memory address) of an object.