Leading 0
in a int
literal constant or int
representing an octal value . It is called an octal constant.
Related: C11
Standard Chapter 6.4.4.1, Integer Constants, paragraph 3,
An octal constant consists of a prefix 0
, optionally followed by a sequence of numbers 0
only 7
.
source
to share