What is the use of #if and #endif directives. In what way it differs from if() { } Thanks
in short #if .. control what code is compiled if ... controls which code is executed
Erik