Based on the function call statement, what is the correct prototype statement for AnswerThePhone?
```
int main()
{
bool bHome;
char greeting[25] = “Hello, are you there?”;
bHome = AnswerThePhone(greeting);
```
A. void AnswerThePhone(char s[] );
B. bool AnswerThePhone(char s[], char c );
C. bool AnswerThePhone(char s[] );
D. char AnswerThePhone(char s[] );
C. bool AnswerThePhone(char s[] );
You might also like to view...
Which of the following refers to the level of risk before security measures are applied?
A) Residual risk B) Vulnerability C) Inherent risk D) Impact
In the Admin Welcome screen, the ________ link takes you to a page where you can watch a video on how to set up your website using Occie 365
A) collaboration B) public website C) software D) email address
You can accept or reject tracked changes one at a time, or all at one time
Indicate whether the statement is true or false
A(n) ________ list sequences items in a list by displaying successive indicators beside each item
Fill in the blank(s) with correct word