Pointers in c++ and example program
Answers
Answered by
0
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.
Explanation:
please Mark me as brainlest Pleazzzzzz.
Similar questions