Answer the following statements true (T) or false (F)
1. When you pass null as an argument to the Split method, the method tokenizes the string using the comma character as the delimiter.
2. In C#, you can only provide one delimiter per string that you wish to tokenize when calling the Split method.
3. When you tokenize a string entered by the user and the string contains characters other than white spaces as delimiters, you do not need to trim the string before tokenizing it.
4. The fields contained in structure must all be of the same data type.
5. If you find yourself using a structure for more than simply encapsulating a set of variables into a single item, you should probably use a class.
1. FALSE
2. FALSE
3. FALSE
4. FALSE
5. TRUE
You might also like to view...
Describe the three domain partitions that Active Directory are divided into?
What will be an ideal response?
When was SQL developed?
A) Early 1960s B) Late 1970s C) Early 1970s D) Early 1980s
________ tools enable people to connect and exchange ideas.
A. Affective computing B. Social media C. Debugging D. Computer forensics
Which of the following is a long double literal with a value of 3.14159?
A. 3.14159 B. 3.14159f C. 3.14159L D. 3.14159LD E. 3.14159LL