What will i and j equal after the code below is executed? Explain your answer.
Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
what are the decision making statements in C++? Explain if statement with an example?
What is a buffer c++?
When should we use multiple inheritance?
Can you please explain the difference between overloading and overriding?
Can I uninstall microsoft c++ redistributable?
What is the purpose of extern storage specifier?
What is c++ used for in games?
explain the reference variable in c++?
What c++ library is string in?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Write a program which uses Command Line Arguments
Why is standard template library used?
In a function declaration, what does extern mean?
What is the best way to declare and define global variables?
Why do we use classes in c++?