Given the following array definition, write a constant declaration, not having to allocate data memory for it, named array_size that automatically calculates the size in bytes, of the array:
a) array_size = 10
b) array_size = 20
c) array_size = 30
d) array_size = 40
e) array_size = 50