Question: Code C++ 8.4 For each of the following, write a single statement that performs the specified task. Assume that floating-point variables numberl and number2 have
Code C++

8.4 For each of the following, write a single statement that performs the specified task. Assume that floating-point variables numberl and number2 have been declared and that number1 has been ini tialized to 7.3. Assume that variable ptr is of type char . Assume that arrays sl and s2 are each 100-element char arrays that are initialized with string literals. a) Declare the variable fPtr to be a pointer to an object of type double b) Assign the address of variable number1 to pointer variable fPtr c) Print the value of the object pointed to by fPtr d) Assign the value of the object pointed to by fPtr to variable number2 e) Print the valuc of number2 f) Print the address of numberl. g) Print the address stored in fPtr. Is the value printed the same as the address of numberi
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
