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
difference between Low, Middle, High Level languages in c ?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the mean of function?
How variables are declared in c?
How can I do peek and poke in c?
What is the difference between arrays and pointers?
What is dynamic variable in c?
Explain the ternary tree?
What are integer variable, floating-point variable and character variable?
What is the difference between printf and scanf in c?
What is the scope of local variable in c?
Write a simple code fragment that will check if a number is positive or negative.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me