Why is standard template library used?
No Answer is Posted For this Question
Be the First to Post Answer
What is a driver program?
Write about all the implicit member functions of a class?
What is data types c++?
Describe exception handling concept with an example?
Which ide is best for c++?
What happens when you make call 'delete this;'?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
List out function which we can call without using object
How a pointer differs from a reference?
Explain function overloading and operator overloading.
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is abstraction in c++?