What are constants?

Chinmay Sahoo via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Dec 29 00:08:08 PST 2016


A number, character string, or character which is used as a 
program value is called constants. A constant is characterized by 
the type and the value.
       integer-constant
       floating-point-constant
       character-constant
       enumeration-constant



More information about the Digitalmars-d-announce mailing list