xe6 double d[] = { 3.1, 4.4, 5.6 } ; int n = ARRAYSIZE(d); // sizeof (d)/ sizeof (d[0]) => 24/8 => 3