Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/learning/c/BPPL/Phase-1/file_io/

notes.c /abh/learning/c/BPPL/Phase-1/file_io/notes.c
135 Views
0 Comments
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

typedef struct {
char title[30];
char desc[1024];
} N