explain use of pointers in C?
Answers
Answered by
0
Answer:
Follow or brainlist
Explanation:
A pointer is a variable that holds a memory address where a value lives. A pointer is declared using the * operator before an identifier. As C++ is a statically typed language, the type is required to declare a pointer.
Similar questions