Do we have pointers in python like other programming languages?

Python

is there a difference between pointers in python and other programming language?

does pointers in python exist?

1
Answers

Replies

No, we do not use any pointers in Python like the other programming languages.  The objects are usually passed to the function by using the reference. Python uses the mechanism of passing the pointers by the value like in the C language. Python also includes python variables that are not pointers.

 
 

If you want to unleash your potential in this competitive field, please visit the Python course page for more information, where you can find the Python tutorials and Python frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.