1.

Which is the function to get the character present at a particular index in the string?

A. char charAt(index);
B. char charIn(StringName);
C. char charAt(StringName);
D. char charIn(index);
Answer» B. char charIn(StringName);


Discussion

No Comment Found