Home / Programming MCQs / Ruby MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. When Whitespace characters such as spaces and tabs can not ignored in Ruby code?

(A) While using strings
(B) While using integer
(C) while using float value
(D) All of the above

Explanation:

Whitespace characters such as spaces and tabs are generally ignored in Ruby code, except when they appear in strings.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.