0
Is there any pointer concepts exist in python? if yes then please give any example.
if yes then please give any example.
1 Réponse
0
There is no pointer concept in Python language because pointer is a variable that holds the address of another variable.
Then if someone know the address then they can volatile the confidential data. So for the security concern the pointer concept is not available in modern high level programming language.