Q:

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

0

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


  1. char charAt(index);
  2. char charIn(StringName);
  3. char charAt(StringName);
  4. char charIn(index);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).char charAt(index);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING INBUILT CLASSES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If only one parameter is passed to substring funct... >>
<< What does function length do in String class?...