abh - HTMLify profile

abh's Profile Picture

abh

509 Files

102923 Views

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

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

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