• + 1 comment

    instead of long int *a=long int[n+1] if we write long int a[n+1]; It shows segmentation fault.why?