Posts

Showing posts with the label Constants and variables in c language

Constant and Variable

y = x + 5, See the expression carefully. 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. So, x and y are the variables but 5 is a constant. Previous Back to C Programming index Next

Popular posts from this blog

Inline V/S Block Level Element

Variable Naming & Scope of Variable

Variables in Go lang

Identifiers

String in golang

Constant in Go lang

Identify Variable type and values in go lang

Decision Making in Go lang

Installing go lang

Sum of two numbers in go lang