+ 3
What is string??!!
i can't understand it very well and i don't know how to used it and what's the profit from it?
9 Answers
+ 7
A string is basically a variable which stores non-homogenious data(ie., it can store characters,numbers and symbols in it)
+ 4
A variable for storing words simply
+ 3
It is the simplest type of variable to content characters: numbers, letters ... In all programming languages ââexists, it may or may not have its methods, and always remember that even if it contains numbers you can not perform arithmetic operations with string.
+ 3
basically it is comprised of characters that may form names, words that are not inherently of numerical type. think of them as non-numeric data type.
+ 2
string is nothing but a collection of characters.For instance "action" is a string
+ 1
thanx all of you guys :-)
0
how can I answer this" "?