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
One-dimensional array
C
Two-dimensional array
D
Multi-dimensional array
Correct answer: no
Explanation
The correct answer is: no.