answersLogoWhite

0

counstractor is colled

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When was The Pointer Sisters created?

Break Out - Pointer Sisters album - was created in 1984.


When was Henry Pointer House created?

Henry Pointer House was created in 1885.


When was Michael Pointer - comics - created?

Michael Pointer - comics - was created in 2006.


When was Pointer Telocation created?

Pointer Telocation was created on 1991-07-17.


When was Fairytale - Pointer Sisters song - created?

Fairytale - Pointer Sisters song - was created in 1974-06.


When was Contact - Pointer Sisters album - created?

Contact - Pointer Sisters album - was created in 1985-07.


When does this pointer get created?

When we call non static method with respect to class object then this pointer is created which keep the reference of that object.


What is pointer?

pointer r the variables created in RAM which store the address of a another variable


What is far pointer in c language?

its pointer created for high safety that cant be find by anyone.


What are pointer to pointer?

A pointer only holds an address information (location) in the memory. if a pointer holds points another pointer then it is a pointer to an other pointer. Pointer holds an address in the memory so in that address there is an other location information that shows another location.


Why is double pointer used?

Double pointer is a pointer to a pointer. So you can work with the double pointer as you work with a single one.Or you might mean 'pointer to double', eg:void clear_double (double *dp){*dp = 0;}


How accessing a pointer an a variable differs?

Pointer-variables are variables, so there is no difference.