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