Named Constants

Introduction to Named Constants

There  are some  programming  languages that  provide the feature of named  constants. Some even  allow  to define named  constant expressions. As  such a named constant is defined as. A constant is a data object with a name which  is bound  to a value  ( or value) permanently during its  lifetime.

Since the value  of a named constant is bound to its  name  permanently during  its lifetime. This information is known at the translation time ( or compile time) not at the  execution time. So named constants are assigned their values at the  compile time only  so that it  can save the execution time. These named  constants may not  by redefined during  execution time . some  related issue of a named   constants may  discussed below as:

(a) This feature is provided  in some  of the programming  language like C.

Example 35. In C if  programming writes:

#define  MAX 20

Then  this statement  is called a macro definition  or just  during pre processing  the pre processor  replaces every occurrence of MAX  in the program with 20 and this information is know at compile time  only.  C compiler  may make use of this information  knowing  that the  value  may not be altered. Like the assignment  statement MAX= 5 would  be illegal  since MAX is always  the  constant 20.

(b) Named  constants aids in the  modification of the program so we can  change values  of  a named constant at all the places in a program by just making a  change in the # define  directive. So the change will be  made automatically  to all occurrences of  that  constant  before beginning the compilation.

(c) Next aspect of  named constant  is that  it helps in program  readability.

(d) In particular  it can be used to define  singly identifiers that are equivalent  to expressions, complete statements or groups  of statement.

Named constants  are customarily placed at the beginning  of a file. Their  scope  extends  from its  point  of definition to the end of life.

Latest technology based Software Engineering Online Tutoring Assistance

Tutors, at the www.tutorsglobe.com, take pledge to provide full satisfaction and assurance in Named Constants homework help via online tutoring. Students are getting 100% satisfaction by online tutors across the globe. Here you can get homework help for Named Constants, project ideas and tutorials. We provide email based Named Constants homework help. You can join us to ask queries 24x7 with live, experienced and qualified online tutors specialized in Named Constants. Through Online Tutoring, you would be able to complete your homework or assignments at your home. Tutors at the TutorsGlobe are committed to provide the best quality online tutoring assistance for Software Engineering homework help and assignment help services. They use their experience, as they have solved thousands of the software engineering assignments, which may help you to solve your complex issues of Named Constants. TutorsGlobe assure for the best quality compliance to your homework. Compromise with quality is not in our dictionary. If we feel that we are not able to provide the homework help as per the deadline or given instruction by the student, we refund the money of the student without any delay.

©TutorsGlobe All rights reserved 2022-2023.