Hello,
i have the following code
char *ficheiro;
.
.
i and i use the "ficheiro" variable. I would like to know how to clean this variable, so i can use it again with no value.
is it ficheiro=NULL;
or ficheiro="";
I have used this, but i havent had the results i need.
Thank you
i have the following code
char *ficheiro;
.
.
i and i use the "ficheiro" variable. I would like to know how to clean this variable, so i can use it again with no value.
is it ficheiro=NULL;
or ficheiro="";
I have used this, but i havent had the results i need.
Thank you