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
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are the primitive data types in c?
What is s in c?
How can I manipulate individual bits?
What does == mean in texting?
Is there a way to switch on strings?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are unions in c?
Write a program to swap two numbers without using the third variable?
Why dont c comments nest?
How can you determine the size of an allocated portion of memory?
What is the use of parallelize in spark?
Are there any problems with performing mathematical operations on different variable types?
Why & is used in c?
The difference between printf and fprintf is ?