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

If dog is a friend of boy, is boy a friend of dog?

0 Answers  


To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


Why do we use classes in c++?

0 Answers  


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,






What is ios :: in in c++?

0 Answers  


Can we use clrscr in c++?

0 Answers  


What is scope in c++ with example?

0 Answers  


What is object file? How can you access object file?

0 Answers  


What is the extension of c++?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is a float in c++?

0 Answers  


Categories