N
Nidhi
Hi all,
I dont know whether this question has been raised before or not.
Nevertheless, here is my question...
I have a structure of around 255 elements of the same type, say int.
I have an array of this structure of around 100 elements. I want to
initialise all the 100 elements of this array (and the 255 elements
too) to some specific value (a non-zero value). Is there any way of
doing it without using loops?
Thanks in advance.
I dont know whether this question has been raised before or not.
Nevertheless, here is my question...
I have a structure of around 255 elements of the same type, say int.
I have an array of this structure of around 100 elements. I want to
initialise all the 100 elements of this array (and the 255 elements
too) to some specific value (a non-zero value). Is there any way of
doing it without using loops?
Thanks in advance.