difference between pointer variable(*) and address of variable(&)
Answers
Answered by
0
Answer:
The indirection operator (*) gets the value stored in the memory location whose address is stored in a pointer variable. The address of (&) operator returns the address of the memory location in which the variable is stored.
Thank you =)
Similar questions
Math,
25 days ago
Social Sciences,
25 days ago
English,
1 month ago
Math,
1 month ago
Math,
8 months ago