Computer Science, asked by daxingmalik1004957, 9 months ago

What do you mean by Pointers in c++.​

Answers

Answered by Anonymous
1

Answer:

Pointers in C++

Pointer is a variable in C++ that holds the address of another variable. They have data type just like variables, for example an integer type pointer can hold the address of an integer variable and an character type pointer can hold the address of char variable.

Similar questions