How many types of linked lists what are they?
How many types of data structures?
Answer Posted / manojkumar
linked lists are used mainly for system side applications
as well as applications side.
I accept this answer.
But how ?Where do we have to insert?why we have to insert?
In system side means, where it is?
please explain me .
Advance thanks
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is an endless loop?
Who is the main contributor in designing the c language after dennis ritchie?
What is typedf?
Explain what does the format %10.2 mean when included in a printf statement?
All technical questions
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Can include files be nested?
What is context in c?
Is return a keyword in c?
how logic is used
What is nested structure?
Give basis knowledge of web designing ...
What the advantages of using Unions?
What is the difference between memcpy and memmove?
What is the ANSI C Standard?