what is the use of using linked list and array?
Answer Posted / ananth
By using the linked list we can allocate definite memory
space for variables.But in array cannot allocate definite
memory space.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is event driven software and what is procedural driven software?
what is the difference between 123 and 0123 in c?
What are enums in c?
What is meant by realloc()?
What is self-referential structure in c programming?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program of prime number using recursion.
What are enumerated types?
Is there anything like an ifdef for typedefs?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is the function of this pointer?
What is structure of c program?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
pierrot's divisor program using c or c++ code