08-30-2012 12:25 AM
Hi,
Initializing the array to 0 will no longer make it empty. You will need to specify the size of the array before you can initialize it. If your applications needs an empty array, then you should not initialize it.
Hope that helps.