Is there any pointer concepts exist in python? if yes then please give any example. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is there any pointer concepts exist in python? if yes then please give any example.

if yes then please give any example.

9th Jul 2016, 11:22 AM
RUDRABHA MUKHERJEE
RUDRABHA MUKHERJEE - avatar
1 ответ
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.
13th Jul 2016, 9:27 PM
Shriram Moond
Shriram Moond - avatar