What will be the value of ‘i’ after execution of the following C++ expressions: float i, j, k; j = 200.02; k = 100.03; i = j + k;
Answers
Answered by
4
{
float i,j,k;
j=200.02;
k=100.03;
i=j+k;
}
Final value of i = 300.05
float i,j,k;
j=200.02;
k=100.03;
i=j+k;
}
Final value of i = 300.05
Answered by
0
Articulation in C++ is shape when we join operands (factors and steady) and C++ OPERATORS."
Expression can likewise be characterized as: "Articulation in C++ is a blend of Operands and Operators."
OPERANDS IN C++ PROGRAM is those qualities on which we need to perform task.
Explanations are pieces of the C++ program that are executed in arrangement.
Thus it is compelling.
Similar questions
Math,
7 months ago
Math,
7 months ago
Computer Science,
7 months ago
Geography,
1 year ago
Environmental Sciences,
1 year ago