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
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++; *****...