[Operating System / Programming #001] What is Variable in Programming?
A variable could contain data values which are “fixed”, but usually variables are used to contain/point to values that are dynamic. Some formal programming languages also defines variables as Global…