answersLogoWhite

0

What is pointer and use of pointer?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

A pointer looks a bit like a stick. I use it to point at something.

Read your text book, read C tutorials on the web and if you still cannot answer the question consider floor sweeping or basket weaving as a vocation.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is pointer and use of pointer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you use an array of pointer to pointer?

because u freakin can


Use of double pointer?

A double pointer has two basic meanings. One is ofa pointer to a pointer, where changing the value ofdouble pointer will result in the original pointer being changed. Another is that of a two-dimentional array, such as a matrix, or a list of char* (e.g. in main when you use argv).


What is pointer why you use pointer?

Pointer is a variable that stores the address of another variable. Since pointer is also akind of variable, thus pointer itself will be stored at a different memory location.


What is the use of near pointer?

*


Difference between genric pointer and normal pointer?

Generic pointer of type 'void *' is compatible with any (data-)pointer, but you cannot use the following operators on it: + - ++ -- += -= * -> []


Why would you use a pointer to pointer a in aprogram?

A pointer to pointer has many uses, one of the simplest being 2D arrays (matrices). Compacting garbage collectors also often employ pointer pointers.


What pointer type will you use to implement a heterogeneous linked list in c?

void pointer


What is the use of null pointer?

Pointer is a variable that stores address of a variable . A NULL Pointer a pointer that doesn't point to anything, it is a literal zero .Some people ,notably C++ programmers, prefer to use 0 rather than NULL.


Why you use float pointer instead of integer pointer?

It depends on what type of data you wish to manipulate.


How does one use a Green Laser Pointer II?

A Green Laser Pointer is very simple to use. In order to see the green laser from the pointer, you press the button and point it onto an opaque surface.


In pointers what is the use of pointer variable?

Pointer is a variable that stores the address of another variable . So pointer basically stores the address of another variable and size of pointer can be evaluated by using sizeof operator.


What are the applications of double pointer in c?

insert or delete values both side.so use double pointer