All of the following are advantages of using named constants except
a. they can be used in the place of keywords.
b. it is easier to make a consistent change throughout a program.
c. they help make the program more self documenting.
d. they’re useful for common values such as pi.
a. they can be used in the place of keywords.
Computer Science & Information Technology
You might also like to view...
A data ________ is a group of related data points
Fill in the blank(s) with correct word
Computer Science & Information Technology
The C++ _____ allows you to define an object type in terms of its components and its behavior.
a. constructor function b. list creation facility c. scope resolution operator d. class definition facility
Computer Science & Information Technology