R Ram Sharma • 193.88K Points Coach Bookmark Embed Report View In MB-Short Q. Which of the following declarations does not compile? (A) double num1, int num2 = 0; (B) int num1, num2; (C) int num1, num2 = 0; (D) int num1 = 0, num2 = 0; Correct Answer - Option(A) Views: 223 Filed under category JAVA Share
Discusssion
Login to discuss.