answersLogoWhite

0

It are a variable you add modifer 'const' to. It means these variable mustn't be modified.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is literal in c language?

a string constant


What is a constant ratio of two variables related proportionally?

The constant of proportionality pi = 3.141592.... is a constant of proportionality for all circles. 'C' is directly proportional to 'd' Equating C = kd k = C/d This is found to be true for all circles, however, large or small. The 'C' and 'd' are the variables.


What is the constant in C programming language?

Anything declared as a constant.


Are constant variables and derived variables the same?

Constant variables are constant, they do not change. Derived variables are not constant. They are determined by the other values in the equation.


What does constant of proportion mean?

If two variables are in direct relationship then the ratio of the two variables is known as the constant of proportion between them. In algebraic form, if X and Y are the two variables, then direct proportionality implies that Y = cX and c is the constant of proportionality.


What is an identifier. what are the hearing rods for identifier 'c' language?

An identifier is the names given for labels, functions and variables in the c language.


What is constant variable in c?

Constant variables refers to those variables whose values cannot be changed. These variables should be initialized along with their declaration. Attempt to change the value of a constant variable will generate compile error. The syntax for declaring a constant variable is:const data-type variableName = value;


What is the constant of proportionality in math?

If two variables, X and Y, are in direct proportion then Y = c*X for some fixed value c. This value, c, is the constant of proportionality for this relationship.


What is the definition constant of proportionality?

The state of being in proportion.


What is meant by pointers in c language?

Variables (or constants) that contain addresses.


What are the characteristics of inverse proportionality relationship?

If the product of two variables is equal to a constant, then they are inversely proportional. eg. If xy=c where c is a constant, then x and y are inversely proportional.


What is 10.1455785 in c language?

A floating point constant value.