Question: 1. If you have a pointer with a memory address, how do you get the content at that pointer location in memory? a. &ptrName b.

1. If you have a pointer with a memory address, how do you get the content at that pointer location in memory?

a. &ptrName
b. ptrName&
c. *ptrName
d.

%ptrName

2.

What does a pointer variable contain?

a. Any legal C++ data type (e.g., int)
b. A decimal memory address
c. A binary memory address
d.

A hexadecimal memory address

3.

The _____ is used to make the member available outside the class.

a. namespace access specifier
b. private access specifier
c. protected access specifier
d. public access specifier

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!