COMPUTERSCIENCERESOURCES.NET

Char. This is a single character. Memory allocated: 1 byte. You can assign a single character to a Char variable: Letter1 = “A”; String. A string is a sequence of characters. A string variable can store up to 231 characters. However a string constant is limited to 255 characters (more on this later). “Hello World” ................
................