Q. Which is right way to declare Array? (A) int[] myArray; (B) int myArray[]; (C) int []myArray; (D) A and B Both ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) A and B Both