Solved

Which of the Following Returns the Fourth Character in the String

Question 52

Multiple Choice

Which of the following returns the fourth character in the string variable named str and checks if there is a fourth character in the string?


A) str3) ;
B) str.at3) ;
C) str[3];
D) All of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions