Answer Posted / vignesh1988i
list are the set of items which are brought from various
parts and binded together in which each data may or may not
be having relation..... linked list is basically set of
data 's which has link (locative address) to refer the next
data of that list...
thank u
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is masking?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is s or c?
How can you find the exact size of a data type in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Do you know the difference between malloc() and calloc() function?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the deal on sprintf_s return value?
Is that possible to store 32768 in an int data type variable?
Can you assign a different address to an array tag?
How can I handle floating-point exceptions gracefully?
When is a null pointer used?
How can you increase the size of a dynamically allocated array?
What is 'bus error'?