answersLogoWhite

0

How constant are used in c?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

it is predefined function

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is 10e10 can be used in c?

Yes, as a floating point constant.


How value of c is calculated in an RC filter for a given value of r?

Time constant = R C C = time constant/R R = time constant/C When used as a filter, Cutoff frequency = 1 / (2 pi) R C R = 1 / (2 pi) (cutoff frequency) ( C ) C = 1 / (2 pi) (cutoff frequency) ( R )


What is literal in c language?

a string constant


What is the linear equation used to represent a proportion?

y = cx where c is the constant of proportionality.


What are the different parameter passing methods used by c plus plus?

Pass by value, constant value, reference and constant reference. Pass by value is the default in C++ (pass by reference is the default in Java).


Why do we use k for constant of proportionality?

You can basically use any letter for a constant. "c" is often used because it's the first letter of "constant"; the use of "k" probably arises either from the fact that it has the same sound, in English, as "k"; or from other languages where the word "constant" is written with a "k" (e.g., "Konstante" in German).


Which of the following is an expression of Boyle's law A equals constant B PT equals constant C equals constant D PV equals constant?

C.


What is the formula of uniform acceleration?

There are several formulae that involve uniform acceleration. For example, the definition of uniform acceleration:dv/dt = c or: a = c (where "c" is some constant).


What is the difference between ordinary constant and an arbitrary constant?

Ordinary constant is a real constant which is same in all time but arbitrary constant is not constant at all time intervals, especially we can see arbitrary constants in integrals.For example the anti derivative of x+C is 1. Here we can replace C with any constant so C is arbitrary constant


What is the constant in C programming language?

Anything declared as a constant.


What are the two types of constant in c plus plus?

Constant data and constant functions.


What array used for in c?

Arrays are used when you require constant-time random-access to a collection of anonymous variables of the same type.