+ 2

What is string handling?

21st Dec 2017, 7:13 AM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
2 odpowiedzi
+ 4
String Handling: <string.h> ... A string in C is a sequence of zero or more characters followed by a NULL \0">)character: It is important to preserve the NULL terminating character as it is how C defines and manages variable length strings. All the C standard library functions require this for successful operation. so to allocate memory to string in a definite manner is came under string handling
21st Dec 2017, 8:03 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 3
It is the manipulation of strings for the purpose of a task.
21st Dec 2017, 7:50 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar