In a recursive program, do you think it is necessary to add the static
keyword for every variable or do you think it is unnecessary ? Is
every call associated with seperate copy of variables ?
keyword for every variable or do you think it is unnecessary ? Is
every call associated with seperate copy of variables ?
Comment