What is the difference between prefix and postfix versions of operator++()?


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

Post New Answer

More C++ General Interview Questions

what is data encapsulation in C++?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


What is c++ redistributable?

0 Answers  


Is c++ a difficult language?

0 Answers  






C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


What is problem with overriding functions?

0 Answers  


What is the use of string in c++?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


check whether a no is prime or not.

3 Answers   TCS,


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


Categories