Answer Posted / jai
15
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are register variables? What are the advantage of using register variables?
What library is sizeof in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain data types & how many data types supported by c?
Can you please explain the difference between malloc() and calloc() function?
difference between object file and executable file
Describe static function with its usage?
Explain how can I remove the trailing spaces from a string?
Define recursion in c.
what is the syallabus of computer science students in group- 1?
What is wrong in this statement?
Where in memory are my variables stored?
Explain how do you search data in a data file using random access method?
what is uses of .net
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: