Re: why do the following crash
- From: Noob <root@localhost>
- Date: Mon, 31 Mar 2008 16:20:10 +0200
parag_paul wrote:
File1.c
int arr[80];
File2.c
extern int *arr;
int main()
{
arr[1] = 100;
return 0;
}
cf. http://c-faq.com/aryptr/aryptr1.html
.
- References:
- why do the following crash
- From: parag_paul@xxxxxxxxxxx
- why do the following crash
- Prev by Date: Re: why do the following crash
- Next by Date: Re: why do the following crash
- Previous by thread: Re: why do the following crash
- Next by thread: Re: why do the following crash
- Index(es):