When does the c++ compiler create temporary variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is prototype in c++ with example?

0 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


What is pair in c++?

0 Answers  






What does new return if there is insufficient memory to make your new object?

0 Answers  


What is c++ try block?

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


what is C++ exceptional handling?

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


Categories