Multiple choice technology programming languages Which of the following is the mode of building a Project in VC++? Debug Mode Release Mode Both option a and b 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).