Content deleted Content added
Line 122:
int sixteen = 0x3e-0x2e;
Because ANSI C provides support for [[Scientific_notation#E_notation|scientific notation]]
int sixteen = 0x3e - 0x2e;
|
Line 122:
int sixteen = 0x3e-0x2e;
Because ANSI C provides support for [[Scientific_notation#E_notation|scientific notation]]
int sixteen = 0x3e - 0x2e;
|