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
Get step-by-step solutions from verified subject matter experts
