C string handling - Wikipedia, the free encyclopedia
C string handling refers to a group of functions implementing operations on strings in the C standard library. Various operations, such as copying, concatenation, tokenization and searching are supported. The only support for strings in the C programming ...