Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <stdio.h>.
  2. #define Epar(x)((x)%2)?1:0
  3.  
  4. int main()
  5. {
  6. int x;
  7. printf("Informe um numero: nn");
  8. scanf("%d", x);
  9. Epar(x);
  10. }
Add Comment
Please, Sign In to add comment