How many types of linked lists what are they?
How many types of data structures?
Answer Posted / virendra
1. singly link list
2. doubly link list
3. circular link list
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a good data structure to use for storing lines of text?
Explain how do you convert strings to numbers in c?
What is keyword in c?
Explain the properties of union. What is the size of a union variable
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the use of linkage in c language?
What is the difference between procedural and declarative language?
What is character constants?
What are the __date__ and __time__ preprocessor commands?
What is a structure member in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is c token?