what is the use of using linked list and array?
Answer Posted / nalini
No
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is the memory area not included in C program? give the reason
What's the difference between constant char *p and char * constant p?
What is c standard library?
Explain data types & how many data types supported by c?
What is the mean of function?
What is the use of clrscr?
What are the types of assignment statements?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why flag is used in c?
Which is best book for data structures in c?
How can I ensure that integer arithmetic doesnt overflow?
Implement bit Array in C.
Does c have class?
Explain the difference between strcpy() and memcpy() function?
What is pointer to pointer in c with example?