Question: I think it's 1.5. Can you doublecheck? Using the variable declarations below, what gets output from the following code segment, once the printf statement shown
I think it's 1.5. Can you doublecheck?
Using the variable declarations below, what gets output from the following code segment, once the printf statement shown below is executed:
int num1 = 2;
int num2 = 3;
printf ("%i", num2 / num1);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
