You are viewing a single comment's thread. Return to all comments →
instead of long int *a=long int[n+1] if we write long int a[n+1]; It shows segmentation fault.why?
Seems like cookies are disabled on this browser, please enable them to open this website
Array Manipulation
You are viewing a single comment's thread. Return to all comments →
instead of long int *a=long int[n+1] if we write long int a[n+1]; It shows segmentation fault.why?