answersLogoWhite

0

Coding constants in c

Updated: 1/30/2023
User Avatar

Dsbnr441

Lvl 1
10y ago

Best Answer

Coding constants in c means writing the constants in a certain way that the c language understands.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Coding constants in c
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is symbolic constants?

Symbolic constants are constants that the programmer has decided to give a symbolic name (usually one with a meaning to make it easy to remember) so he does not have to retype the numeric value every time he needs it and risk making an error. Many coding standards require ALL constants to be symbolic constants, even if only used once in the program.


What is the definition of symbolic constants in c language?

constants are values that does not chnage through out the program exceution..


What are enumerations in C?

Enumerations are groups of named constants.


What has the author Francis J C Rossotti written?

Francis J. C. Rossotti has written: 'The determination of stability constants, and other equilibriumconstants in solution' 'The determination of stability constants'


What are functions in c language?

constants, MAX_(function), etc.


When can you say that the equation is linear?

An equation is linear when it contains only variables of degree 1 and constants. ALL linear equations will be of the form: a1x1+a2x2+a3x3+...+anxn=c where an and c are constants.


What is character constant in c how does it differ from numeric type constants?

hiii


What is meant by pointers in c language?

Variables (or constants) that contain addresses.


How can you tell if a function is linear or non linear?

If it can be written in the form y = mx + c where m and c are constants [or, equivalently, ax + by = k where a, b and k are constants] then y is a linear function of x.


What is standard form in a linear equation?

ax+by = c where a,b,c are constants and x,y are variables.


What is a linear function?

A function of the form f(x) = mx + c where m and c are constants is linear.


What is a standard form of a quadratic function?

ax2 + bx + c = 0 where a, b and c are constants and a is not 0.