Question: The statement int * ptr; means the variable called ptr will store an integer value. the variable called * ptr will store an asterisk and

The statement int *ptr; means
the variable called ptr will store an integer value.
the variable called *ptr will store an asterisk and an integer value.
ptr is a pointer variable that will store the address of an integer variable.
All of the above
None of the above
 The statement int *ptr; means the variable called ptr will store

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!