What is the problem with this programme?[code]#include<stdio.h> #define CR 13 #define LF 10 int main() { FILE *tg; FILE *t...