Is it legal in c++ to overload operator++ so that it decrements a value in your class?


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

Post New Answer

More C++ General Interview Questions

Which format specifier is used for printing a pointer value?

0 Answers  


What is a modifier in c++?

0 Answers  


sizeof- is it functioning statically or dynamically?

2 Answers  


What is a storage class?

0 Answers  


Why iomanip is used in c++?

0 Answers  






1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Write some differences between an external iterator and an internal iterator?

0 Answers  


What is ios :: in in c++?

0 Answers  


List the types of polymorphism in c++?

0 Answers  


What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


Is c++ high level programming language?

0 Answers  


What is data structure in c++?

0 Answers  


Categories