Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
How can I get the current date or time of day in a c program?
Explain setjmp()?
How does #define work?
What is a void pointer in c?
Differentiate Source Codes from Object Codes
Whats s or c mean?
Explain what are the advantages and disadvantages of a heap?
Explain what is the concatenation operator?
What is #include conio h?
What is the mean of function?
Explain what is a program flowchart and explain how does it help in writing a program?
What are 3 types of structures?
Here is a neat trick for checking whether two strings are equal
Explain what are multibyte characters?