Question: In c++ Find the errors in the following statements : double x=19.34; double *Ptr=x; cout < < *Ptr < < endl;
In c++ Find the errors in the following statements :
double x=19.34;
double *Ptr=x;
cout<< *Ptr << endl;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
