What is the result of ArrString
What is the result of ArrString
Question:
- {“\/”,”\/”,”\/”,”\/”,”\/”}
- {[blank],”\”,”\”,”\”,”\”,”\”}
- {[blank],”/”,”\”,”/”,”\”,”/”,”\”,”/”,”\”,”/”,”\”,[blank]}
- {“/\”,”/\”,”/\”,”/\”,”/\”}
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.