The strlen function should only be used when ‘\0' terminated string is guaranteed.

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

True

Computer Science & Information Technology

You might also like to view...

________ allows you connect to a table without having to import the table data into your database

A) Linking B) Copying C) Pasting D) Moving

Computer Science & Information Technology

Suppose x is 1 . What is x after x += 2?

a. 0 b. 1 c. 2 d. 3 e. 4

Computer Science & Information Technology