+ 1

What is a string ?

10th Nov 2016, 10:30 AM
frenki
2 Answers
+ 1
it's simply plain text.
10th Nov 2016, 3:03 PM
Matthew
0
string is data type included in string.h but basiclly its an array of chars. complier knows when it ebds by phai or null charcter \€ like "Hello\€" which allows make n+1 means: "Hi" => IT SIZE 3 BUCAUSE OF NULL CHARCTER hope you got it.
10th Nov 2016, 1:14 PM
George Rabbat
George Rabbat - avatar