Why do we need c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is struct c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
what do you mean by volatile variable?
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Explain what data encapsulation is in c++?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
what is data abstraction in C++?
What is constructor and destructor in c++?
Array base access faster or pointer base access is faster?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
Difference between a homogeneous and a heterogeneous container