Computer Science, asked by lele11, 1 year ago

pointers in c++ programming with examples​

Answers

Answered by Anonymous
3

!!! H0LA !!

ANSWER ==

pointers in c++ programming

Pointers in C/C++ with Examples. Assigning the address of a variable to a pointer using unary operator (&) which returns the address of that variable. Accessing the value stored in the address using unary operator (*) which returns the value of the variable located at the address specified by its operand.

hope it helps

#Hopeless_ Romantic

Answered by hsoeheisnsg
0

Answer:

I see 50 points

Explanation:

Pointers in C/C++ with Examples. Assigning the address of a variable to apointer using unary operator (&) which returns the address of that variable. Accessing the value stored in the address using unary operator (*) which returns the value of the variable located at the address specified by its operand

Similar questions