What will i and j equal after the code below is executed? Explain your answer.
After the above code executes, i will equal 6, but j will equal 5. Understanding the reason for this is fundamental to understanding how the unary increment ( ++ ) and decrement ( -- ) operators work in C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we make copy constructor private in c++?
can output 5 students using one dimensional array
What does '\r' and '\b' mean? Please explain with example.
Does a derived class inherit or doesn't inherit?
Can constructor be private in c++?
Write a program using display() function which takes two arguments.
How much do c++ programmers make?
Is it possible to write a c++ template to check for a function's existence?
What is the use of turbo c++?
What is c++ stringstream?
How can we check whether the contents of two structure variables are same or not?
Disadvantages of c++