SpiceQA
Questions
Tags
Users
Badges
Initialize a 2D-array at declarationtime in the C programming language
user_163407
0
Created Nov 6, 2009
Edited Nov 6, 2009
Viewed 105654
Follow
How do I initialize a 2D array with 0s when I declare it?
double myArray[3][12] = ?
c
arrays
35
0
Add comment
+
Share
7 Answers
Related