Thank you all!
actually, I wasn't assigning a number to a point. *i is dereferencing a pointer. *i = 3 is to let i point to value 3. I'm still confused why this...
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.