Page 1 of 1

Question 2 Identify and correct the errors in each of the following: 1) float value; scanf("%.4f", &value); *******...K

Posted: Mon Jun 06, 2022 2:27 pm
by answerhappygod
Question 2 Identify And Correct The Errors In Each Of The Following 1 Float Value Scanf 4f Value K 1
Question 2 Identify And Correct The Errors In Each Of The Following 1 Float Value Scanf 4f Value K 1 (292.71 KiB) Viewed 26 times
Question 2 Identify and correct the errors in each of the following: 1) float value; scanf("%.4f", &value); *******...K 2) char name []="Ahmed ali"; printf("%s", &name); **** 10900 3) int x = 1, total; 1 while ( x <= 10 ) total += x++; *****...