How many types of linked lists what are they?
How many types of data structures?
Answer Posted / gaurav s
Not a single person mentioned generalized linked list?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of #include in c?
Why n++ execute faster than n+1 ?
about c language
Explain what is the heap?
Explain the array representation of a binary tree in C.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the use of void pointer and null pointer in c language?
Can we change the value of constant variable in c?
What is the difference between array and pointer in c?
Explain about block scope in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is an array? What the different types of arrays in c?
What is union and structure?
What are global variables?
Write a code to determine the total number of stops an elevator would take to serve N number of people.