How do I make infile1 empty at lastCode:............ file1 = fopen("infile1","a+"); ............
This is a discussion on question about the file within the C Programming forums, part of the General Programming Boards category; Code: ............ file1 = fopen("infile1","a+"); ............ How do I make infile1 empty at last...
How do I make infile1 empty at lastCode:............ file1 = fopen("infile1","a+"); ............
Code:file1 = fopen("infile1","w");
A typical example of ...cheap programming practices.Code:... goto johny_walker_red_label; johny_walker_blue_label: exit(-149$); johny_walker_red_label : exit( -22$);