int variables[5] = {a,b,c,d,e};Serial.println( sizeof(variables) );
#define countof(a) ( (sizeof(a) / sizeof(*(a)) )