asked 29.6k views
1 vote
To indicate that a variable is a pointer, you should begin the variable’s name with a(n ____.

asked
User Razor
by
8.1k points

1 Answer

4 votes
The word that best fits the statement would be "address". Addresses are used when a value that is obtained using a pointer can be found easily. The value of the pointer variable can be easily changed and the variable and its value can also be declared before they can be used as a storage of the addresses.
answered
User Igorpavlov
by
9.1k points

No related questions found