Which of these methods is an alternative to getChars() that stores the characters in an array of bytes?
(a) getBytes()
(b) GetByte()
(c) giveByte()
(d) Give Bytes()
I have been asked this question in an internship interview.
The question is from Operation on Characters topic in portion Arrays and Strings of C#