Problem
1. You are asked to store Names of all 100 students of class A in your Learning Centre. Which data type will you use? What is its syntax?
- Explaining the data type taken
- Giving Syntax
2. Let us say your Learning Centre decides to store all the three types of student data:
- Register-Number
- Name
- Age
In a single data type, which is the most suitable data type? Give its syntax
- Explaining the data type taken