Q. In the following line of code, what we will call the "datatype" written in brackets?
Code:
article[datatype]=assignment_value;
β
Correct Answer: (A)
An String
article[datatype]=assignment_value;
You must be Logged in to update hint/solution