I have a 2d and i want to set the elements to zero without looping all the elements
int a[100][200];
I can't initialize them at point of declaration.
I have a 2d and i want to set the elements to zero without looping all the elements
int a[100][200];
I can't initialize them at point of declaration.