Using string library functions requires that the file string.h be included in your program before the function is called.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a shape?
A) Callout B) Clip C) Arrow D) Line
Computer Science & Information Technology
A string is stored as an array of characters terminated by a special end-of-string marker called ____.
A. the newline character B. the NULL character C. a sentinel D. an end-of-file character
Computer Science & Information Technology