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

1. A C-string variable with a something in it is always filled with characters.
2. It is illegal to write
```
char message[] =”Go Home!”;
```
3. A C-string variable is an array, so it can be indexed to access individual character
positions (indexed variables of type character).
4. A C-string is a sequence of characters terminated by the null character.


1. False
2. True
3. True
4. True

Computer Science & Information Technology

You might also like to view...

According to the discussion in Section 4.10,Windows XP Threads, which thread map- pings does Windows XP support?

What will be an ideal response?

Computer Science & Information Technology

Functions return values by sending data back to the calling module.

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

Computer Science & Information Technology

Match the audio formats with the descriptions

I. Audio Interchange File Format A. A format with small file size and high quality sound II. Audio B. A format supported by Windows computers III. MPEG Audio Layer-3 C. One of the oldest audio formats and is typically used on Unix IV. RealAudio D. An Apple format that is not cross-platform compatible V. Waveform E. Used for streaming audio What will be an ideal response?

Computer Science & Information Technology

Threads that interact by sharing data are said to have a producer/consumer relationship.

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

Computer Science & Information Technology