Question:What are the types of key of array?
Answer Each array consists of two components. Key and value. Keys can be numerical or associative. Numerical key can be use numeric value and associative key use string value.
+ Report
What are the types of key of array?