News

I need a fairly large 3-dimensional array of long longs (64-bit integers). It's dimensions are 64x2x6. If I try to initialize the array without malloc'ing(), I get a segfault.I know, I should be ...
I'm writing a script that creates a two-dimensional array based on user input and displays the array in a tabular format.