g
Strings
olle
C
String is data type that stores a sequence of characters.
pna
Basic Operations
concatenation
A
“hello” + “world” “helloworld”
, Indexing
Apna_College
g
0 1 2 3 4 5 6 7 8 9 10 11
olle
str = “Apna_College”
na C
p
str[0] is ‘A’, str[1] is ‘p’ ...
Strings
olle
C
String is data type that stores a sequence of characters.
pna
Basic Operations
concatenation
A
“hello” + “world” “helloworld”
, Indexing
Apna_College
g
0 1 2 3 4 5 6 7 8 9 10 11
olle
str = “Apna_College”
na C
p
str[0] is ‘A’, str[1] is ‘p’ ...