|
|
||||
|
|
This tip submitted by Jia.Lu on 2005-10-05 06:26:18. It has been viewed 28327 times.
Rating of 3.3253 with 83 votes Initialise all variablesRemember to init them at declaration: int counter = 0 ; char strings[MAX] = '\0' ; memset(&structX,0,sizeof(structX)) ; char *cp = NULL ; More tips Add a tip! ----- |
|
||
|
|
||||