Review of Pascal - Murray State University

Most language treat string as array of character, programmer can declare a string variable in four ways in Pascal: character array, string variable, short string and null terminated string. Character array is a sequence of zero or more characters enclosed by single quotes (e.g. myString: pack array [1..20] of char). ................
................