+9 votes
by

3 Answers

–10 votes
by

A pointer is a variable which is used to store address of a variable. They are used to point to another variable.eg:-int *p; // creates a pointer of integer typeint num; // an integer variablep=# //pointer variable p is assigned with address of num

+1 vote
by

A pointer is a variable which is used to store address of a variable. They are used to point to another variable.eg:-int *p; // creates a pointer of integer typeint num; // an integer variablep=# //pointer variable p is assigned with address of num

0 votes
by

A pointer is a variable which is used to store address of a variable. They are used to point to another variable.eg:-int *p; // creates a pointer of integer typeint num; // an integer variablep=# //pointer variable p is assigned with address of num

Categories

653k questions

2.7m answers

0 comments

50.2k users

Most popular tags

Welcome to The Dog Visitor Q&A [2022], where you can ask questions and receive answers from other members of the community.
...