what is the use of using linked list and array?
Answer Posted / m.madhu sudhan
we can decrease our time complexcity and allocate
[particular memory place for give variable,this is not
possible in the arrays.this is my ans.......
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is struct oop?
What is use of #include in c?
What is static identifier?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What's the total generic pointer type?
Can we declare a function inside a function in c?
What are the types of macro formats?
Can a variable be both static and volatile in c?
Can you please explain the difference between malloc() and calloc() function?
What is a null string in c?
What are directives in c?
Where local variables are stored in c?
How can I write a function that takes a format string and a variable number of arguments?
Can we assign integer value to char in c?