InterviewSolution
Saved Bookmarks
| 1. |
Why do we use comments?(a) For later use to understand the working of the program(b) It is an efficient way of programming(c) It makes easy for the third person to understand(d) All of the mentionedThis question was posed to me in my homework.The doubt is from Comments in Ruby topic in section Ruby Basics of Ruby |
|
Answer» RIGHT choice is (d) All of the mentioned Best EXPLANATION: It is the EFFICIENT way of programming and EASY to UNDERSTAND. |
|