Answer the following questions true (T) or false (F)
1. The C-string library functions use the null terminator to decide when to stop processing.
2. The C-string library functions are safe and require no special care.
1. True
2. False
Explanation: The C-string library functions that copy from one C-string variable to another, such as strcpy, read from the input variable up to the null terminator. All goes well if there is sufficient space in the destination C-string. If there is not enough room in the destination, the strcpy stomps through memory until it reaches the null terminator in the input C-string or tries to write to protected memory when the program terminates.
You might also like to view...
The site ________ is the person responsible for the SharePoint site
Fill in the blank(s) with correct word
________ controls are connected to a fields on a query or table
Fill in the blank(s) with correct word