Consider you buy a laptop. You want to store5 the 2deta2ils o4f tha8t 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
An array can store data of same typ
D
since model_name consists of letters, model_no consists of number etc, it is not possible to the details into a single array
Correct answer: No
Explanation
Correct answer: No.