C- Variables Notes ( Explained)
Hey, learners in this post we are going to discuss about C Variables of the topic C Programming.
If you don't see my previous posts then must see that, first before learning this.
In this page we are going to discuss about variable. A variable is a name given to Storage Area that our program can manipulate. In this page we will also discuss about variable types and its description in brief.
C programming language also allows to define various other types of variables. In this page we are going to discuss about variable definition in C.
A variable definition specifies a data type and contains a list of one or more variables of that type.
This page we are going to discuss I and values and R values in C. Variables are I values numeric literals are R values.
Comments