Consider you buy a laptop. You want to store the details of that laptop such as price, model_name,model_number, warranty_period into a single array named details[10]. Is ths possible?
Answer options
A
No
B
Yes
C
No, It is not possible. An array can store data of same type. since model_name consists of letters, model_no consists of number etc, it is
D
not possible to the details into a single array
Correct answer: No
Explanation
The source marks the correct answer as: No.