I need a big null array in C as a global. Is there any way to do this besides typing out

char ZEROARRAY[1024] = {0, 0, 0, /* ... 1021 more times... */ };

?

2 Answers
2

Leave a Reply

Your email address will not be published. Required fields are marked *