--%>

What is Variable

Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;

   Related Questions in Programming Languages