It is the 'backstage' in which you can <span>save, select a template, change document properties, and close or exit excel</span>
Answer:.......
void clear(int *array, int length){
if (length == 0)return;
array[0] = 0;
clear(array + 1, length-1);
}
Explanation:
The void function accepts an integer array.
Answer:
files can easily infect your computer with viruses or malware.
Explanation: