Based on the function prototype, what is the correct call statement for Write A Sentence?

```
void WriteASentence(char s[]);
int main()
{
char sentence[25] = “How now brown cow.”;
char letter = ‘y’;
//what is the call statement for WriteASentence

```

A. WriteASentence( sentence );
B. WriteASentence( letter, sentence );
C. WriteASentence( sentence [ ] ) ;
D. WriteASentence( letter = ‘y’);


A. WriteASentence( sentence );

Computer Science & Information Technology

You might also like to view...

When using the tabular or stacked layouts, the controls are positioned and sized as a single group

Indicate whether the statement is true or false

Computer Science & Information Technology

Windows and Macs are equipped with ________ capabilities to allow different devices to automatically be recognized by the system.

a. library modules b. special nodes c. plug-and-play d. device recognition

Computer Science & Information Technology

____ devices can withstand being dropped or submerged into water. 

A. Malleable B. Partitioned C. Semirugged D. Flexible

Computer Science & Information Technology

IDs can be associated only with elements.

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

Computer Science & Information Technology