What's the difference between a linked list and an array?
Answer Posted / shatul
an array allocates continous memory allocation whereas a
linked list does not allocates continous memory,
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
what is different between auto and local static? why should we use local static?
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain the difference between ++u and u++?
How variables are declared in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Is a house a mass structure?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Is c easier than java?
Explain how do you override a defined macro?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the use of bitwise operator?
When a c file is executed there are many files that are automatically opened what are they files?
What are the 3 types of structures?
What is cohesion and coupling in c?
Can we use visual studio for c?