+ 1
What is string
give the ans
3 Answers
+ 4
Text, like âhello planetâ.
Really just a list of characters.
+ 2
String is a Variable which has full freedom to contain integer value , special characters etc.
+ 2
@Ethan Franklin
It canât hold other data types, it could hold â314â, but thatâs still not integer because â314â+â54â=â31454â.