!(f=fopen()) ? Understood so you are saying if we want to do f.close() in the future? otherwise it will run amok
!(f=fopen()) ? Why do we need to use 'f=' when opening a file in this if statement? I should preface I have a var...
while(argc--,argv++) // c related questionhey, thank you for replying now I understand that any statement in a while loop always results to TR...
while(argc--,argv++) // c related questionthis is more of a C related programming question . . . What would the following statement do? Does ...