You are on page 1of 7

Personal dairy

final project
ID: 19303043
Khondoker sakibul habib Sakib
Header file
#include<stdio.h>
#include<stdlib.h>
#include<conio.h>
#include<string.h>
Header file
Here I am using password, old file record, create new
record, etc. But this project I am using many different
header file.
#include<stdio.h>
#include<stdlib.h>
stdlib. h is the header of the general purpose standard
library of C programming language
which includes functions involving memory allocation,
process control, conversions and others.
Here we use only null
Header file
#include<conio.h>
conio. h is a C header file used mostly by MS-DOS
compilers to provide console input/output. ... This header
declares several useful library functions for performing
"console input and output" from a program.
Text color
Text background
Header file
include<string.h>
string.h is the header in the C standard library for the C
programming language which contains macro definitions,
constants and declarations of functions and types used not
only for string handling but also various memory handling
functions; the name is thus something of a misnomer.
Here it we can use only for memory size incresing.
void *memcpy(void *dest, const void *src, size_t n);
copies n bytes between two memory areas; if there is
overlap, the behavior is undefined
Using function
1. Date time
2. (Password with record) switch case.
3. (Create new account) while loop.
4. (old file open) if else, do while loop, Switch case.
5. (eid record) if else, do while loop, Switch case.
6. (cheek password) if else, do while loop, Switch case.
7. (eid password) if else, do while loop, Switch case.
8. (Delete record) do while, switch case.
output

You might also like