English, asked by nishant1966, 9 months ago

explain use of pointers in C?​

Answers

Answered by Sumithakothandaraman
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