Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~309 People Reached
Favorite Forums
Favorite Tags
c x 4
Member Avatar for eldesperado

#include <stdio.h> #include <stdlib.h> #include <string.h> FILE *data; struct node* L = NULL; struct nodeMail* M = NULL; struct nodeNr* N = NULL; struct nodeMail { char email[20]; nodeMail* next; }; struct nodeNr { char numri[10]; nodeNr* next; }; struct node { char emri[10], mbiemri[10]; nodeMail* email=NULL; nodeNr* numri=NULL; int …

Member Avatar for GiantBy
0
186
Member Avatar for ballhysaledio

help with this PROGRAMM: Topic :The book of contacts Build a programm in C ,which saves in a text document the list of contacts /persons. Every contact should save an information for: 1.Name 2.Surname 3.the list of email(he can have a few addresses) 4.the list of the number of phones. …

Member Avatar for pritaeas
0
123