How many types of linked lists what are they?
How many types of data structures?
Answer Posted / saranya
singly link list
doubly link list
circular link list
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is null valid for pointers to functions?
Write a program to find factorial of a number using recursive function.
What is return in c programming?
What is the correct code to have following output in c using nested for loop?
What language is windows 1.0 written?
What do you mean by command line argument?
How is a structure member accessed?
Which is best book for data structures in c?
What is the difference between a free-standing and a hosted environment?
What are pointers in C? Give an example where to illustrate their significance.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Is file a keyword in c?
What are the different types of objects used in c?
What are control structures? What are the different types?
Explain the difference between the local variable and global variable in c?