Font size:
Print
Question: which of the following variable declaration would NOT compile in a java program

1. int var;
2. int VAR;
3. int var_1;
4. int 1_var;
Prev Question The java run time system automatically calls th...
Next Question Valid C statement to allocate 20 bytes to an in...