Declare a double variable to hold the floating-point number (23.65). Declare a pointer to double to point to the address of the variable. Use the pointer to modify the value to 25.0. Print the ...