What's the difference between a linked list and an array?
Answer Posted / bsn.teja
answers 1,2,3,4,5,11,13 gives the entire difference between
array and linked list.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Is it possible to have a function as a parameter in another function?
What is memcpy() function?
a program that can input number of records and can view it again the record
How do we print only part of a string in c?
Why do we write return 0 in c?
What are the advantages of the functions?
How many types of functions are there in c?
Can two or more operators such as and be combined in a single line of program code?
Between macros and functions,which is better to use and why?
What are the types of bitwise operator?
What are the advantages of using new operator as compared to the function malloc ()?
What is the difference between functions getch() and getche()?
How variables are declared in c?
using for loop sum 2 number of any 4 digit number in c language