Is there any preference/convention/rule on order for defining a variable as static
and long/double
or other types?
e.g. is
static double a;
same as
double static a;
is it any different for functions? above, a is variable.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…