Question:Which of the following is the correct syntex of defining a variable?
A var a_variable=10; B var 0a_variable=10 C a_variable=10 D var #a_variable=10
+ AnswerA C
+ Report