Created: 2023-01-10 15:37
Status: #concept
Subject: Programming
Tags: C Lvalue Expression

Variable

They are containers for data values, with their own Memory Addresses.

  • they are sometimes referred to as Lvalues since Rvalues are assigned = to them Lval = Rval.

The Attributes Include:

There are Scalar Variables and Aggregate Variables.

Programming

We normally have to Initialize variables in order to avoid errors.

References