what is the difference between arrays and linked list
Answer Posted / bhumika garg
the main difference is that in array data is not linked to
each other but in linked lists data is connected to each
other as every node is connected to previous node.
| Is This Answer Correct ? | 47 Yes | 14 No |
Post New Answer View All Answers
Why do we use namespace feature?
What is the difference between array and structure in c?
How do I use void main?
I need testPalindrome and removeSpace
#include
Explain what is the most efficient way to store flag values?
What are the different data types in C?
Do pointers take up memory?
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:
There seem to be a few missing operators ..
What is pointer in c?
What is the best way to store flag values in a program?
How many identifiers are there in c?
Explain what are multidimensional arrays?
Why c is known as a mother language?
What is an identifier?