answersLogoWhite

0

It is a pointer which is pointing to present object with which the memberfunction is called in c++ language.

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

Is class a pointer?

No. In computer programming, a class is a data type while a pointer is a variable that can store a memory address.


Does a computer mouse appear as a pointer or marker?

Pointer


What is short and long pointer?

A short pointer typically refers to a pointer that occupies fewer bytes (usually 2 bytes), while a long pointer is a pointer that occupies more bytes (usually 4 or 8 bytes) to represent memory addresses in computer programming languages. Short pointers are more limited in the range of memory addresses they can access compared to long pointers.


What is the important of pointer in c programming?

It is accessing data by address.


What is pointer line?

A pointer line is a graphical representation used in various fields, such as computer programming and graphic design, to indicate direction or connection between elements. It typically consists of an arrow or line that points from one object to another, helping to clarify relationships or workflows. In programming, the term "pointer" often refers to a variable that stores the memory address of another variable, allowing for efficient data manipulation. Overall, pointer lines serve as useful tools for enhancing visual communication and understanding.


What is pointers in oop?

A pointer is a programming language data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.


What is a pointer in programming?

pointers are the variable which stores the address of another variable.


WHAT IS POINTER TO POINTER IN C POINTER?

Pointer in C is Memory Reference. It stores memory address of any variable, constant, function or something you later use in your programming. Pointer basically used to ease the referencing of variables and others or in polymorphism and inheritance.


What is the pointer on the computer screen?

cursor


What does the symbol "-" represent in programming languages?

The symbol "-" in programming languages represents a pointer or a way to access data stored in a memory location.


Advantages of computer programming?

The advantages of computer programming is that it pays well since programming is a creative task. Computer programming helps human beings solve problems on a regular basis.


What is the diffirence of computer programming and computer science?

Computer science is a more abstract study of computing techniques; which will include computer programming. Computer programming, as it implies, is the practise of writing programs for computers.