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. [-3, -2, -1] C. A runtime exception is thrown. D. The compilation fails. Correct Answer: C