what is the difference between arrays and linked list
Answer Posted / anu
In arrays v cant delete elements in middle but in Linked
list v can do this.
| Is This Answer Correct ? | 71 Yes | 139 No |
Post New Answer View All Answers
What is the sizeof () operator?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is the general form of a C program?
What is a pointer on a pointer in c programming language?
What are header files in c?
What are header files why are they important?
What is void main ()?
How old is c programming language?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is volatile variable in c with example?
Is c procedural or functional?
Explain the use of #pragma exit?
What is the difference between arrays and pointers?
What is a structure in c language. how to initialise a structure in c?