what is new operator in c++
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
what is multithreading in c++ , what is difference between multithreading and singlethreading.
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Why interface is used?
What is oops and why we use oops?
Where is pseudocode used?
Which is better struts or spring?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What is encapsulation?
What are the access specifiers avaible in c++?