1234567
//opening the Records file Records = fopen("Records.txt","a+"); do { fgets(info,SIZE,Records); cout << info; }