what is the difference between arrays and linked list
Answer Posted / deenadhayalan.t
array is nothing but collection of similar data type.
list is a collection of different data type..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me when would you use a pointer to a function?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is nested structure with example?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Explain what is gets() function?
write a c program to find the sum of five entered numbers using an array named number
How can a program be made to print the name of a source file where an error occurs?
What is the difference between char array and char pointer?
Explain c preprocessor?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Stimulate calculator using Switch-case-default statement for two numbers
Difference between goto, long jmp() and setjmp()?
What is local and global variable in c?
What is the general form of #line preprocessor?
What is scope rule in c?