what is the use of using linked list and array?
Answer Posted / kunal
because they decrease the time complexity of the program we
have to do.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain the difference between exit() and _exit() function?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why can't I perform arithmetic on a void* pointer?
What does %c do in c?
What are the advantages of the functions?
What is c++ used for today?
Can we initialize extern variable in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is nested structure?
What are variables c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
what are # pragma staments?
Write a program to print fibonacci series without using recursion?
while initialization of array why we use a[][2] why not a[2][]...?