For the following code, I receive sig fault. Why? Thanks. void test(int *i) { *i = 3; /* where the sig fault occurs */ } int main() { int...
Separate names with a comma.