Q3 Single choice Flag Given the code fragment:Which code fragment can be inserted at line n1 to enable the code to compile? A new int num[]; B int[] num; C int[10] num; D int num[10]; Correct answer