Question: 1a. Write the C++ statement that will correctly declare a pointer variable fptr, which has base type float. (2 marks) b.Write the C++ statement that

1a. Write the C++ statement that will correctly declare a pointer variable fptr, which has base type float. (2 marks)

b.Write the C++ statement that will correctly make pointer variable fptr point to the storage location with variable name x, assuming that both variables have already been declared. (2 marks)

c.Differentiate between *var and &var in pointer manipulations. (1 marks)

Need help

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 Programming Questions!