Answer Posted / jolly
array is on type of index
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the use of #define preprocessor in c?
What are derived data types in c?
Why do we use c for the speed of light?
Why void is used in c?
What are variables and it what way is it different from constants?
Explain what is the difference between a free-standing and a hosted environment?
How can I sort more data than will fit in memory?
For what purpose null pointer used?
How do I read the arrow keys? What about function keys?
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 the use of a ‘ ’ character?
What is the difference between text and binary i/o?
What is a null pointer in c?
What is a const pointer in c?