V
Vu Pham
If I have
sometype ar[A];
then does the following command clear the whole array to zero ?
memset( ar, 0, A*B*sizeof(sometype) );
Thanks,
Vu
sometype ar[A];
then does the following command clear the whole array to zero ?
memset( ar, 0, A*B*sizeof(sometype) );
Thanks,
Vu