Hi,
How do u get the size of a particular element in a 2-dimensional array ?? Can u use 'sizeof' operator as in other cases ??
like this,
size_t ElementSize = sizeof(arr[2][3]);

Can we do it this way ??

Please let me know.

Regards,
Anind