<div dir="ltr"><div style>Hi.</div><div><br></div>Given a multi-dimensional array like<div style>int a[3][5][6];</div><div style><br></div><div style>what would be a good way of calculating the offset of an element like</div>
<div style>a[1][1][1] from the base pointer to a ?</div><div style><br></div><div style>Regards,</div><div style>Prateek</div></div>