pghsteelers
Technical User
Is there any other "simple" way of finding the number of elements in an array besides using the operator "sizeof"?
Such that:
sizeof arrVar1 / sizeof arrVar1[0]
Since this is dealing with actual bit size defined by the type it is listed as.
Such that:
sizeof arrVar1 / sizeof arrVar1[0]
Since this is dealing with actual bit size defined by the type it is listed as.