What is pointers in data structure?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Data StructureWhat is pointers in data structure?
chetan shidling asked 6 years ago

I need short information.

1 Answers
Chetan Shidling answered 6 years ago

A pointer is a variable that holds the address of a different or another variable. The pointers are listed in the declaration part of the main() using * operator.