You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a mini client-server application where client performs money transactions by logging into their account via terminal.Project is coded in C language with system calls to perform operations like record locking, creating different child process etc.File is used as database to store client and admin information(refer:user_struct.c).