| Subject: | why do the following crash |
|---|---|
| From: | "" |
| Date: | Mon, 31 Mar 2008 06:32:32 -0700 PDT |
| Newsgroups: | comp.lang.c |
File1.c
int arr[80];
File2.c
extern int *arr;
int main()
{
arr[1] = 100;
return 0;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | how is the do loop in the switch code, parag_paul@xxxxxxxxxxx |
|---|---|
| Next by Date: | Re: how is the do loop in the switch code, Eric Sosman |
| Previous by Thread: | how is the do loop in the switch code, parag_paul@xxxxxxxxxxx |
| Next by Thread: | Re: why do the following crash, Philip Potter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |