Answer Posted / ajay
Software is a set instruction given to a system which makes
it easy for the user to do a particular task.
Which would be easy and time saving.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
The difference between printf and fprintf is ?
Why & is used in c?
Combinations of fibanocci prime series
What is the correct declaration of main?
What is the use of pointers in C?
Write a simple code fragment that will check if a number is positive or negative.
How many levels of pointers can you have?
What is a function in c?
What are the Advantages of using macro
In c programming language, how many parameters can be passed to a function ?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is there sort function in c?
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:
What is scope and lifetime of a variable in c?
What are the disadvantages of external storage class?