suppose there is a c program that reads a character and then outputs
scanf("%c", &cha);
printf(%c", cha);
when running in this way, you have to type one character at a time. What I want to achieve is to fix this character in a file so that you don"t have to type it repeatedly each time, as long as you don"t change the above two lines of code.