Question Which operator increases a variable by one in C/C++? A. '-- B. '++ C. '+= D. == Show Answer More MCQs Correct Answer: B '++ The correct answer is ++. The correct answer is ++.
Leave a Reply