What will the line of code below print out and why?


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

Post New Answer

More C++ General Interview Questions

Explain the different access specifiers for the class member in c++.

0 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


Is c++ a float?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What is token c++?

0 Answers  






What is the two main roles of operating system?

0 Answers  


What do you mean by function and operator overloading in c++?

0 Answers  


Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


Enter n no. of element and delete value from desire position

1 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


What do you understand by zombie objects in c++?

0 Answers  


What does int * mean in c++?

0 Answers  


Categories