What's the difference between a linked list and an array?
Answer Posted / valli
Array is statically allocated group. Linked list is
dynamically allocated group.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is a far pointer in c?
What is ## preprocessor operator in c?
Why is c known as a mother language?
Explain setjmp()?
Explain what is the benefit of using #define to declare a constant?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
how could explain about job profile
What are shell structures used for?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is a MAC Address?
What are types of preprocessor in c?
Write a program to show the change in position of a cursor using c
Hai what is the different types of versions and their differences