ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What does %Q{ Learn ruby language } represents?
" Learn Ruby language "
"%{ Learn Ruby language }"
"%Q{ Learn Ruby language }"
None of the mentioned
Correct Answer: A — " Learn Ruby language "
Anything inside %Q{} is written inside "".