Sail E0 Webinar
Question

It is necessary that for the string functions to work safely the strings must be terminated with ''.


Options:
A .  True
B .  False
Answer: Option A

C string is a character sequence stored as a one-dimensional character array and 

terminated with a null character('', called NULL in ASCII). 
The length of a C string is found by searching for the (first) NULL byte.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers