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
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is variable initialization and why is it important?
Difference between pass by reference and pass by value?
Whats s or c mean?
Why do we need volatile in c?
Can you explain the four storage classes in C?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
please give me some tips for the placement in the TCS.
Is void a keyword in c?
What language is c written?
What is the difference between text files and binary files?
Differentiate between functions getch() and getche().
What is pointer in c?
What are the data types present in c?
Explain how can you avoid including a header more than once?