What is the result of ArrString
What is the result of ArrString
Question:
- {“/”,”/”,”/”,”/”,”/”}
- {[Blank],[Blank],[Blank],[Blank],[Blank],[Blank]}
- {[Blank]}
- Throws an Error
Answer
Option B 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.