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:
Explain low-order bytes.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What are identifiers and keywords in c?
Is there any possibility to create customized header file with c programming language?
Why does this code crash?
What are the types of macro formats?
What is #include stdio h and #include conio h?
Why static variable is used in c?
When should the const modifier be used?
in iso what are the common technological language?
What is difference between static and global variable in c?
Which node is more powerful and can handle local information processing or graphics processing?
Do pointers take up memory?
What is the general form of #line preprocessor?