What are pointers in C++?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Variables called pointers are used to store another variable’s memory address. The type of the variable and the type of the pointer must correspond.
Syntax: type *name