Password protected personal diary using C
This project consists of implementation of Personal Diary application using C.
It is menu driven program and user get to perform following functions in it:-
1.View Records
2.Add Records
3.Edit Records
4.Delete Records
To store the records of personal diary, .txt file is used with specific format.
Records of personal diary are protected by password.
Personal diary gets locked after 3 successive incorrect password.