23.05.2014, 15:08
Quote:
The word "String" means series of characters ,like a sentence Example : "Hello Le3at"
Now,what is characters ? ,Characters are letter,numbers,punctuators etc. Exmple : 'H' <-- is a character 'E' <-- is a character ,'L' <-- is a character,'L' <-- is a character ,'O' <-- is a character when we make a series/chain of it ,it becomes a string. Example : "Hello" Therefore , series of characters is known as String. Alphanumeric vales can also be store in a string ,such as new name[128] ; name = "Le3at" |