🎴 Flashcard Mode
PERL Fundamentals: Variables and Data Structures
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which of the following piece of code print the text covered by double quotes.
For Example: "Sun rises in the East"
AnswerClick to flip back
A
print ' "Sun rises in the East" '
💡 Explanation:
Yes, It prints the text surrounded by the double quotes.
"Sun rises in the East"