Assignment (copy assignment)
Giving a value to a variable, using the assignment operator =, in a separate statement
Equality ==
Used to test whether two operands are equal in value
Initialization
Assigning a value to a variable at the same time when is initialized
Initializing variables
Zero initialization
Initializing variable with empty braces, initializes variable 0 or empty
Initializing multiple variables
Variables defined on the same line