How to declare an empty string array in C#?
Answers
Answered by
0
You must compare the two: Create an empty string or null string as a sample, then use the strcmp() function to compare them. A null string compares to another null string, and an empty string to an empty one. Array empty[] at Line 6 is created as an empty string. It has a single element, a null character.
Similar questions