Given the code fragment: (Exhibit) What is the output? By Singh | January 7, 2023 0 Comment Given the code fragment:What is the output? A. [-1, -2, -3] B. The compilation fails. C. A runtime exception is thrown. D. [-3, -2, -1] Correct Answer: C