Langage C-structure Employer
Fermé
Wicky-james
Messages postés
35
Date d'inscription
vendredi 14 novembre 2014
Statut
Membre
Dernière intervention
9 juin 2020
-
Modifié par baladur13 le 4/10/2016 à 22:39
AML_5 Messages postés 16 Date d'inscription samedi 24 septembre 2016 Statut Membre Dernière intervention 15 octobre 2016 - 5 oct. 2016 à 00:49
AML_5 Messages postés 16 Date d'inscription samedi 24 septembre 2016 Statut Membre Dernière intervention 15 octobre 2016 - 5 oct. 2016 à 00:49
A voir également:
- Langage C-structure Employer
- Langage ascii - Guide
- Langage binaire - Guide
- Logiciel calcul structure bois gratuit - Télécharger - Architecture & Déco
- Pascal langage - Télécharger - Édition & Programmation
- Structure d'un rapport de stage - Guide
1 réponse
AML_5
Messages postés
16
Date d'inscription
samedi 24 septembre 2016
Statut
Membre
Dernière intervention
15 octobre 2016
5 oct. 2016 à 00:49
5 oct. 2016 à 00:49
Prenons la fonction qui va afficher les employer par fonction, elle seras comme suite:
void afficher_les_Employer_par_Fonction( char la_fonction_choisis){
for(i=1;i<=n;i++){
if (les_Employer[i].Fonction== la_fonction_choisis)
printf("Les Code_Employer :%d \n Nom : %s \n Prenom : %s \n Sexe: %s \n Fonction: %s \n Etat_matrimoniale: %s \n Adresse: %s : %.2f \n Telephone: %d \n email: %d \n\n",les_Employer[i].num,les_Employer[i].Nom,les_Employer[i].Prenom,les_Employer[i].Fonction,les_Employer[i].nt1,les_Employer[i].nt2,les_Employer[i].nt3,les_Employer[i].nt4,les_Employer[i].nt5);
}