Advertisement
CotaIgnorada

llama funciones con lib

Oct 27th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #include<stdio.h>
  2. #include"milibreria.h"
  3.    int main(){
  4.        int y;
  5.        int z;
  6.        y=ingresaNum();
  7.        z=BinaryGray(y);
  8.        printf("el numero de y %d tiene que  ser el numero de gray %d\n", y, z);
  9.        return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement