Question: What will the following program display? double num1, num2, sum; num1 = atof(65.78); num2 = atof(33.2); sum = num1 + num2; cout < < sum
What will the following program display?
double num1, num2, sum;
num1 = atof(65.78);
num2 = atof(33.2);
sum = num1 + num2;
cout << sum << endl;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
