What's the difference between a linked list and an array?
Answer Posted / vikraman85
I accept the answer 2 ,then we can delete the specified
node in the linked list,but the same thing we can't do in
arrays..
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
When is a null pointer used?
What is calloc()?
What is modifier & how many types of modifiers available in c?
Explain that why C is procedural?
I need a sort of an approximate strcmp routine?
What is difference between static and global variable in c?
What does s c mean on snapchat?
What is the newline escape sequence?
What is function what are the types of function?
What is the difference between ‘g’ and “g” in C?
Can a function argument have default value?
What is the symbol indicated the c-preprocessor?
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:
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What are the application of void data type in c?