Guest User

Untitled

a guest
Feb 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. printf("nEntre com o NIFn");
  2. scanf("%d",&nif);
  3.  
  4. while (cont <= MAX_REGISTROS) {
  5. if (cli[cont].NIF == nif) //comparison between pointer and integer
  6. printf("Cliente encontrado!");
  7. cont++;
Add Comment
Please, Sign In to add comment