Introduction to strings
Computers are capable of processing non-numerical data called character data. In computer terminology, a sequence of characters is called a string. Basic terminology Every programming language consists of a character set. A character set will have alphabets, numbers and special characters. A finite sequence of zero or more characters from the character set is called […]
Introduction to strings Read More »