What is Simple Assignment?
What happens if the assigned value & storage variable do not have the same type?
What’s the order of precedence in these operations: i = j = k = 0;
?
Should we use embedded/chained assignments?
What are Lvalues? Why do assignment operators need them as left-side operands?
What is Compound Assignment?