Constant and Variable

  1. y = x + 5, See the expression carefully.
  2. It is clear that if we change the value of x the value of y is also changed but the 5 remains the same every time.
  3. So, x and y are the variables but 5 is a constant.
Previous Back to C Programming index Next

Comments

Popular posts from this blog

Arrays in C Language

Inline V/S Block Level Element

Variable Naming & Scope of Variable

Variables in Go lang

Identifiers

Looping in C Programming

String in golang

Literals in Java

Say Hello world in Go lang

Identify Variable type and values in go lang