Question 2 Identify and correct the errors in each of the following: 1) float value; scanf("%.4f", &value); *******...K
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 2 Identify and correct the errors in each of the following: 1) float value; scanf("%.4f", &value); *******...K
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++; *****...