Given the following array definition, write a constant declaration named ArraySize that automatically calculates the size in byt
es, of the array: newArray DWORD 10,20,30,40,50
a) arraysize=(S-newArray)
b) arraysize#(S-new,Array)/2
c) arraySize- (S-newArray)/4
d) arraySize- (S-arraySize)