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
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Why calloc is better than malloc?
What is a char in c?
What is the purpose of the statement: strcat (S2, S1)?
What is line in c preprocessor?
what are enumerations in C
What is strcmp in c?
what value is returned to operating system after program execution?
Why c is a procedural language?
using only #include
Write a code on reverse string and its complexity.
What is c basic?
What is a built-in function in C?
What are the different file extensions involved when programming in C?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.