HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
abh - HTMLify profile
files of
/abh/learning/c/BPPL/Phase-1/structs/
contacts.c
/abh/learning/c/BPPL/Phase-1/structs/contacts.c
141 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
typedef struct {
char name[128];
char phone[16];
char email[128];
} C