aj--
You received this message because you are subscribed to the Google Groups "PULUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pulug+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
memset(array, 0, sizeof(array[0][0]) * m * n);
where m and n are number of rows and number of columns respectively.
See 1 line of code..