152 B
152 B
Common Rule
LowerCamel case
Variables and functions start with lower camel case. e.g.
int myName = 0;
void doSomething(int argNum1);
Variables and functions start with lower camel case. e.g.
int myName = 0;
void doSomething(int argNum1);