Is double link list a linear data structure? If Yes, Why?If
No, Why?
Answer Posted / arti
yes,
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
When c language was developed?
Does free set pointer to null?
shorting algorithmS
What is the use of ?: Operator?
What is data structure in c and its types?
write a program to create a sparse matrix using dynamic memory allocation.
What is scanf () in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Why do we use c for the speed of light?
What is line in c preprocessor?
What is difference between constant pointer and constant variable?
Differentiate call by value and call by reference?
What is stack in c?
What is a const pointer in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd