Why is the null character important in C-strings?

What will be an ideal response?

The NULL character is important in C-strings because it indicates the end of the valid data in the character array. Many functions, such as, the cout and string functions, require the NULL character to work properly.

Computer Science & Information Technology

You might also like to view...

A row in a table is also known as a(n) ________

A) field B) data type C) entry D) record

Computer Science & Information Technology

When one IIf function is used within another IIf function, they are referred to as nested IIf functions

Indicate whether the statement is true or false

Computer Science & Information Technology