Explain this pointer?


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

Post New Answer

More C++ General Interview Questions

What is doubly linked list in c++?

0 Answers  


What is the difference between object-oriented programming and procedural programming?

0 Answers  


Will this c++ program execute or not?

0 Answers  


Can we have "Virtual Constructors"?

10 Answers   TCS,


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  






In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Explain unexpected() function?

0 Answers  


What things would you remember while making an interface?

0 Answers  


Will the following program execute?

0 Answers  


What does std mean in c++?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Is it possible to provide special behavior for one instance of a template but not for other instances?

0 Answers  


Categories