What are abstract data types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What is Destructor in C++?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
Can we use pointers in c++?
What are the techniques you use for debugging?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is an iterator class in c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What are structures and unions?
Which compiler does turbo c++ use?
What language does google use?