answersLogoWhite

0


Best Answer

Pointer is a variable that is used to store the memory address of another variable. There are differenr types of pointers: NULL pointer THIS pointer VOID pointer NEAR pointer HUGE pointer FAR pointer WILD pointer

User Avatar

Wiki User

2014-11-20 05:45:00
This answer is:
User Avatar
Study guides

What is a programming language

What does DOS stand for

What is a software that is distributed for free

What do unix and Linux have in common

➡️
See all cards
3.91
54 Reviews

Add your answer:

Earn +20 pts
Q: What are different type of pointers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are void pointers?

They are pointers without type


What are the different pencil pointers?

the different pencil pointers are albert Einstein. Archimedes and some other jinjurikis


What is the different mouse pointers?

the move pointer


Types of pointers in c?

You can define pointers to every data-type (including elementary types, structures, unions, arrays and function), plus you can define generic pointers as 'void *'.


Type of the mouse pointers and their function?

their function is to click on icons


What are the data type in c language?

Some of them are: 1. char, short, int, long, float, double 2. pointers to these 3. arrays of these 4. arrays of pointers 5. pointers to arrays ...


What are the different types of mouse pointers?

normal select, and chuchu*


Syntax of pointers in c programming?

type *ptr; type-data type *-is dereferencin opterator ptr- pointer


Difference between arrays and pointers in c language?

There is a difference: a pointer is a number that literally points to a place in memory. Arrays are groupings of a type. There is a close relationship between pointers and arrays, however: every expression with arrays (example: array[i]) can be expressed with pointers (example: *(array + i)), because for the computer, an array is just a list of pointers to the type of the array.


Becomes different shaped depending on task and pointers location?

Mouse Pointer.


What are the different mouse pointers and shape?

There are thousands of shapes available for your mouse pointer.


Can you add two pointer variables?

No, but subtraction between pointers to the same type is possible.

People also asked