Q. What is the result of `3 * 'abc'`? (A) abcabcabc (B) abc*3 (C) Error (D) 3abc ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) abcabcabc Explanation: The string `'abc'` is repeated 3 times.