InterviewSolution
Saved Bookmarks
| 1. |
State the errors if any in the following program statements.Do as directed. (a) scanf("%d %c", &number, city_code); (b) scanf("%d %d %s" \n, &marksl, &marks2, city_narne); (c) scanf("%d %f %c %s", &num1, &price, item_code) |
|
Answer» (a) is the CORRECT........... |
|