Multiple choice technology programming languages

Which of the following is the mode of building a Project in VC++?

  1. Debug Mode

  2. Release Mode

  3. Both option a and b

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Visual C++ (VC++), projects can be built in both Debug Mode (which includes debug symbols and disables optimizations for troubleshooting) and Release Mode (which optimizes the code for production deployment).