πŸ“Š Perl
Q. 'x' operator on string used to?
  • (A) Add x character to the string
  • (B) Repeat the given string multiple times
  • (C) Add two strings
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) Repeat the given string multiple times

Explanation: The "x" operator in Perl strings is used to repeat the given string multiple times.

Explanation by: Team MCQ Buddy
The "x" operator in Perl strings is used to repeat the given string multiple times.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
159
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
89%
Success Rate