Report Bug
Qus : Which built-in function returns the memory address of an object?
Qusकौन सा फ़ंक्शन किसी ऑब्जेक्ट का मेमोरी पता लौटाता है?

A. addr()
B. mem()
C. id()
D. hash()


Solution
C. id()






Report Bug