What is the result of ArrString
What is the result of ArrString
Question:
- {“306090”}
- {“090603”}
- {“09”, “06”, “03”}
- {“30”, “60”, “90”}
Answer
Option D is correct.
When you use the split function, it will take all the information before and after the split character and that can include nothing. Also, the split character is dropped.