Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. FILE * out;
  5. for (nom; nom >=0 ;nom--){
  6. fprintf(out,"%d",final[nom]);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement