How many types of linked lists what are they?
How many types of data structures?
Answer Posted / phom sophany
how namy type of lists what are they?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In C language, a variable name cannot contain?
Explain how can you tell whether two strings are the same?
What is c language in simple words?
How can I do peek and poke in c?
What is the best organizational structure?
What is the function of volatile in c language?
How can I write a function that takes a format string and a variable number of arguments?
Is array name a pointer?
What is a program flowchart and explain how does it help in writing a program?
Should I learn c before c++?
What are formal parameters?
What is s or c?
What is the importance of c in your views?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the difference between malloc() and calloc()?