C Program to demonstrate usage of #error directive
Previous Next The #error directive is one of the C preprocessor directives whose purpose is to stop the compilation process when a violation of constraint is found. This program demonstrates the use of #error directive in Turbo C++ that is running on a DOS Box 0.74 system running on a Windows 7 64-bit PC. Problem … Read more