why do the following crash
- From: "parag_paul@xxxxxxxxxxx" <parag_paul@xxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 06:32:32 -0700 (PDT)
File1.c
int arr[80];
File2.c
extern int *arr;
int main()
{
arr[1] = 100;
return 0;
}
.
- Follow-Ups:
- Re: why do the following crash
- From: Bartc
- Re: why do the following crash
- From: Noob
- Re: why do the following crash
- From: Philip Potter
- Re: why do the following crash
- Prev by Date: how is the do loop in the switch code
- Next by Date: Re: how is the do loop in the switch code
- Previous by thread: how is the do loop in the switch code
- Next by thread: Re: why do the following crash
- Index(es):