PERL Fundamentals: Variables and Data Structures

Casual Mode - Take your time!

1 / 15
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following piece of code print the text covered by double quotes.

For Example: "Sun rises in the East"

  1. print Sun rises in the East
  2. print 'Sun rises in the East'
  3. print ' "Sun rises in the East" '
  4. print " 'Sun rises in the East ' "
  5. display "Sun rises in the East"
Change Mode