Question:Which of the following declarations is not valid?
A var a var b var c B var a, b, c C var a=10, b=20, c=30 D All are valid
+ AnswerD
+ Report