Which of these methods of the class String is used to obtain length of String object?
(a) get()
(b) Sizeof()
(c) lengthof()
(d) length()
The question was asked in an online interview.
My question is from Operation on Characters in section Arrays and Strings of C#