Guest User

Untitled

a guest
Oct 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. struct Registro{
  2. char sexo;
  3. };
  4.  
  5. char sexo = miregistro.sexo;
  6.  
  7. char sexo = array_registros[i].sexo;
  8.  
  9. char sexo = miregistro.sexo;
  10. if(sexo == 'H')
  11. { //ejecuto alguna tarea
  12. }
  13. else if(sexo == 'M'){
  14. //ejecuto algo
  15. }
Add Comment
Please, Sign In to add comment