How many types of linked lists what are they?
How many types of data structures?
Answer Posted / dd
linked lists are used mainly for system side applications
as well as applications side.
why these are used means, it is very highly friendly for
insertion and deletion even middle also.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain bit masking in c?
Explain built-in function?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How do you generate random numbers in C?
What is a stream?
Why c language?
What library is sizeof in c?
What is the difference between exit() and _exit() function in c?
What is main return c?
Why n++ execute faster than n+1 ?
When c language was developed?
What are the different types of control structures?
What is the difference between NULL and NUL?
What is the difference between union and anonymous union?
What is n in c?