answersLogoWhite

0

How constant are used in c?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

it is predefined function

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How constant are used in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 integral of ln2?

ln2 is a constant so x*ln2 + c, where c is the constant of integration.


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.