Question: Given the following declaration statement: double high ; Which of the following is correct: printf(%d, &mile); printf(%f, &mile); printf(%d, mile); printf(%lf, mile);
Given the following declaration statement: double high ; Which of the following is correct: printf("%d", &mile); printf("%f", &mile); printf("%d", mile); printf("%lf", mile);
Step by Step Solution
There are 3 Steps involved in it
From the given declaration statemen... View full answer
Get step-by-step solutions from verified subject matter experts
