Consider the following C program.# include < stdio.h="">int main(){char s3;float s2;int s1;scanf("%d %f %c", &s1, &s2, &s3);printf("%d %f %c", s1, s2, s3);return 0;}If the user enters the input values5 H 1.2 fors1, s2, ands3respectively. Which of the following values are read correctly and stored into the variables by thescanffunction correctly?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here