answersLogoWhite

0


Best Answer

Constant in C means the content whose value does not change at the time of execution of a program.There are several types of constants $ they are i>numeric->a.INTEGER b.REAL
ii>character->a.SINGLE CHARACTER b.STRING.

Hope this will help you.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by constant in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is literal in c language?

a string constant


What is the constant in C programming language?

Anything declared as a constant.


What is the mean of switch in c language?

switch is a mechanism provided in the C language through which we can select one among various constant option based on value of a single event.


What is 10.1455785 in c language?

A floating point constant value.


What do you mean by c language?

C is a programming language.


What is consonants in c language?

I think you mean constants. A constant is a variable that can not have its value changed at run time eg. const int a = 100;


What do you mean by c?

c is a programing language


What does c mean in y equals mx plus c?

c is any constant value


Object in c and c plus plus?

C is not an object-oriented programming language and therefore has no objects as such. However, the term is often used in a more general sense to mean any instance of an user-defined or primitive variable/constant. In C++, the term is used specifically to mean any instance of a class.


Where is the constant located on a graph?

If, by constant you mean the value c in the equation of a line in the form y = mx + c, then the intercept c, is at (0,c). that is, it is the point where the line crosses the y axis.


Why C language is p?

C language is not p actually. Of course it might depend on what do you mean by 'p'.


What is a constant variables in c language?

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