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 );
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
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
____ devices can withstand being dropped or submerged into water.
A. Malleable B. Partitioned C. Semirugged D. Flexible
IDs can be associated only with elements.
Answer the following statement true (T) or false (F)