Hacker News new | ask | show | jobs
by RiderOfGiraffes 3376 days ago
What you have there is an l-value, which is an expression that evaluates to a location into which a value can be placed.

A variable is a single name and is the simplest example of an expression that is an l-value.