The C language uses define to quickly find the size of an array
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))