Program Body
#include < iostream >
#define ABS(str,wolf)((str) "sabi" | (wolf)"alpha" ? "You are right" :("wolfi no wolfie"))
using namespace std;
int main(){
cout<<ABS("wolf","alpha");
}
Second Program Body
#include
#define VAMP
using namespace std;
int main (){
#ifdef VAMP
cout<<"defined wolf"<<endl;
#else
cout<<"not defined"<<endl;
#endif
#undef VAMP
#ifndef VAMP
cout<<"woao it is defined"<<endl;
#else
cout<<"AHH??? not defined dud"<<endl;
#endif // VAMP
}
made in
written in C++ language

Complied in Codeblocks
