0

Does python have pointers?

15th Aug 2019, 9:51 PM
Adam Salehe
Adam Salehe - avatar
4 odpowiedzi
+ 8
Python does work with pointers. The thing is that, Python is a high-level programming languages so pointers are abstracted in order to make programming simpler and allowing developers to worry less. IIRC Python borders between 3rd-generation and 4-th generation programming language in terms of its level.
15th Aug 2019, 11:57 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
Not directly. When you pass an argument to a function, you pass it by reference. When it is interpreted by c it becomes a pointer.
15th Aug 2019, 9:58 PM
Paul Grasser
Paul Grasser - avatar
0
I see.. Thanks..
15th Aug 2019, 9:59 PM
Adam Salehe
Adam Salehe - avatar
0
Okay..
16th Aug 2019, 7:30 AM
Adam Salehe
Adam Salehe - avatar