That's what she said
2010-11-22 18:33:42 UTC
When do use int n?
and when do you use int *n? (i know this is a pointer to an integer)
I have a struct, and inside will have an integer value, which should I use?? should I just ALWAYS use int *n?
Thanks!