Magic number -- 2
nTo avoid the problem of having a magic number spread throughout a program in many places and to permit clear identification of more universal constants, such as p, C++ allows the programmer to give these constant these own symbolic name. nInstead of using the number throughout the program, symbolic name is used instead.