Question: program C 1. (12 pts) Assume that m and mare int variables and z is a float variable. What is the value of each variable
1. (12 pts) Assume that m and mare int variables and z is a float variable. What is the value of each variable after the following scanf is called? scanf("%d%f%d", &m, &z, &n); Suppose the user enters: 1.23 4.56 78.9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
