Given the function prototype:

```double WildCard(char f[]);```
which answer correctly calls the WildCard function?
A. float z; char face[10]; z = WildCard(face);
B. double z; char face[10]; z = WildCard(face);
C. double z; string face; face = WildCard(z);
D. int z; int face[10]; face = WildCard(z);


B

Computer Science & Information Technology

You might also like to view...

e) The file produced by the Java compiler contains _________ that are executed by the Java Virtual Machine.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You can only define one property for a single element.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Wireless access points can provide coverage wherever employees are working with portable devices, such as in conference rooms.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Twitter is considered a __________ platform because of the limited number of characters allowed in a message.

a. blogging b. microblogging c. bulletin board d. None of the above

Computer Science & Information Technology