Search Results

3
votes

C: Bus Error using different compilation arguments

The termination condition of your recursive function o is broken. The array of strings is not null terminated, why should it be? Why not just use a simple for there, inste …