I want to print to a .txt file all 25 numbers, but in the file only the 0 apears.
How can I print consecutive outputs?


#include<stdio.h>
int main()
{
int j;
FILE *textcode;
for(j=0;...