variable which is used to specify the values and also we can that values through the variable name
printf("%s",variable);
you have to give a statement in the following syntax datatype variable;
A variable is the name for a place in the computer's memory where you store some data.
It are a variable you add modifer 'const' to. It means these variable mustn't be modified.
count is a function that counts the variable name.
C is case sensitive, which means that, for example, $var and $VAR are not the same variable.
eg: 7x 9# répa 'quote'
The term C static is a variable within computer programming in particular C Language. When set static the variable inside a function keeps its value between invocations.
int a; -- variable definition"int a" -- string literal
In the programming language C++, cin is used to input the variable and cout is used to print a certain message or result.
is means that the variable p gets the value from variable c assigned to it. So if c = 6 and the program executes p = c p will also be 6 but depending on the kind of variables p and c are it can also be c = "i am c" and than after p = c the value of p will be "i am c"
pointer: to access data by address reference: there is no reference in C language