Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the output of the following?
“Iam learning ruby language”.length

What is the output of the following?
“Iam learning ruby language”.length
a) 26
b) 23
c) 20
d) 18

Answer: a
Explanation: It checks the number of blanks, number of characters and symbols in the given string.

Join The Discussion