InterviewSolution
Saved Bookmarks
| 1. |
Write the data type of variables that should be used to store :1. Marks of students 2. Grades of students (Grade can be ‘A or ‘B’ or ‘C’) |
|
Answer» (i) int data type (ii) char data type |
|