Which data structure gives efficient search?
A. B-tree B. binary tree C. array D. linked list
Answers were Sorted based on User's Feedback
how to swap two numbers in a linked list without exchanging the data but only the links?
Why should a c++ programmer be interested in stl?
Write a program in C++ returning starting locations of a substring using pointers
Explain References in C++
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
What is a list in c++ stl?
What is 2*2?
What is Constructor
What is Template Specialization?
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
How stl is different from the c++ standard library?