Home / CSE MCQs / Ruby Programming MCQs :: Discussion

Discussion :: Ruby Programming MCQs

  1. Why do we use =begin and =end?
  2. A.
    To mark the start and end of multiline comment
    B.
    To comment multiple lines
    C.
    To avoid the use of # again and again
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Easier way to comment multiple lines.


Be The First To Comment