volume_mute
What is the correct array initialization from the following?
publish date: 2020/10/17 00:20:00 GMT+11
volume_muteCorrect Answer
int temp_array[];
Explanation
int temp_array[];
Is the correct choice. An array has to have a type and the variable name has to end with two square closing brackets []. The sentence has to end with a semi-colon ";"