#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(void)
{
double b[10];
b[0]=0;
printf("How many elements the array contains : %d\n" , sizeof(b
) / sizeof(b
[0])); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CiNpbmNsdWRlIDxzdGRsaWIuaD4KI2luY2x1ZGUgPHN0cmluZy5oPgppbnQgbWFpbih2b2lkKQp7ICAKICAgIGRvdWJsZSBiWzEwXTsKICAgIGJbMF09MDsKICAgIHByaW50ZigiSG93IG1hbnkgZWxlbWVudHMgdGhlIGFycmF5IGNvbnRhaW5zIDogJWRcbiIgLCBzaXplb2YoYikgLyBzaXplb2YoYlswXSkpOwogICAgcmV0dXJuIDA7Cn0=