Answer Posted / sumit
Its a simple economics, you want man power with required
skill set and I want money for my livelihood.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What are register variables? What are the advantage of using register variables?
Differentiate Source Codes from Object Codes
All technical questions
What is file in c preprocessor?
Can we change the value of constant variable in c?
What is use of pointer?
What is table lookup in c?
What are external variables in c?
What is the significance of an algorithm to C programming?
What are pragmas and what are they good for?
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:
differentiate built-in functions and user – defined functions.
What does %d do?
Describe the header file and its usage in c programming?
application attempts to perform an operation?