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
What is a nested formula?
regarding pointers concept
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How can I use a preprocessorif expression to ?
Can a file other than a .h file be included with #include?
If you know then define #pragma?
Under what circumstances does a name clash occur?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain what header files do I need in order to define the standard library functions I use?
What does p mean in physics?
Explain is it better to bitshift a value than to multiply by 2?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Do pointers need to be initialized?
Why can’t constant values be used to define an array’s initial size?
What's the right way to use errno?