const means your not alowed to change the vallue of the variable.
no idea what your talking about here, keep in mind every time you substitute the letter 'u' for the word "you" my reading of you post comes to a halt as I come to terms with yours choice of grammer, and I lose my concentration.
it means that in c a = b + 1 is not a fact, it's explaining that these aren't algebraic terms but rather a bunch of instructions, every line of code gets borken down into a bunch of instructions, in the order you write it, so "a = b + c" gets turned into "the value of b and c added, gets stored into the variable a"