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


Please Help Members By Posting Answers For Below Questions

Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3685


Why we use int main and void main?

533


What is NULL pointer?

671


Explain modulus operator.

588


Why are algorithms important in c program?

613






What is the use of parallelize in spark?

570


What is atoi and atof in c?

610


How many data structures are there in c?

609


What is the meaning of && in c?

543


What functions are in conio h?

649


What are linker error?

610


Tell us two differences between new () and malloc ()?

608


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1488


What does 3 mean in texting?

604


What are the different types of errors?

635