Group: comp.lang.c · Group Profile · Search for newbie question in comp.lang.c
Author: santosh
Date: May 16, 2008 11:57
Philipp.Weissenbacher@gmail.com wrote: Hi all! This is most certainly a total newbie question, but why doesn't the following code cause a segfault? void insertion_sort(int a[], int length) ...segfault. Thanks in advance and excuse me for asking such a dumb question The second for loop will be entered only when it's condition is true,...
|