Data Types, Variables and Arrays
Data Types, Variables and Arrays
Arrays
Introduction
Any constant value which can be assigned to the variable is called literal.
Types: Integer Literals, Floating-Point Literals, Character Literals, String Literals
Escape Sequence
A character preceded by a backslash (\) is an escape sequence and has a special
meaning to the compiler.
Variables