Answer Posted / nisha
linked list can be implemented dynamically
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the advantage of c++ over c?
What is a linked list in c++?
Is it possible to have a recursive inline function in c++?
What is ios :: in in c++?
How to declare a pointer to an array of integers?
Why was c++ made?
Why can templates only be implemented in the header file?
Explain virtual destructor?
What do nonglobal variables default to a) auto b) register c) static
What does int * mean in c++?
Explain the difference between static and dynamic binding of functions?
What is the purpose of extern storage specifier?
What is a dangling pointer in c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?