Solved

If You Want to Read into a C-String, You Must

Question 43

Multiple Choice

If you want to read into a c-string, you must ensure that the user does not enter more characters than


A) The size of the c-string
B) The size of the c-string + 1
C) The size of the c-string -1
D) It doesn't matter.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions