Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Thursday, March 12, 2015

What is #error directive ?

The #error directive is a special type of directive. It is used to print a error message at debugging time i.e. it shown a message if error occurred.

Syntax:
#error MESSAGE
Ex:
#ifndef MAX
#error MAX IS NOT DEFINED

#endif

No comments:

Post a Comment