Answer:
OD Check for Internet issues
Answer:
Whitelisting
Explanation:
What is Whitelisting
Application whitelisting specifies a list of application that are allowed to run, but no others are.
Answer:
The prototype for the function is written below:-
void printArray(int [],int);
Explanation:
The prototype of the function is written above.Since the function does not return a value so it has to be of type void.Then following is the name of the function.Following that the arguments in the parenthesis.We need not to provide the name of the arguments we just have to define it's type.So for the array we have to just write int [] and for integer variable just int.
Screentips be useful when looking for a command.
<h3>What are Screentips?</h3>
These are referred to small windows which displays descriptive text when the pointer is rested on a command and it is usually done using the mouse.
Screentips is therefore useful when an individual is looking for a command as a result of the information derived from the descriptive texts.
Read more about Screentips here brainly.com/question/18955460