Question: A Moving to another question will save this response. Question 9 Consider the following code. After the assignment to variable a, what will be the

A Moving to another question will save this response. Question 9 Consider the following code. After the assignment to variable a, what will be the data types of a and b respectively? int main 0 { double b = 5.878343; int a: a = static_cast int>(b); return 0; } int, double int, int double, int double, double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
