//main.cpp
#ifndef Namespace
#define Namespace
extern int inflag ;
namespace mfc {
extern int inflag;
}
namespace owl {
extern int inflag;
}
void Handle();
#endif

Let’s finish a simple task. Your task is to create a function void Handle); For the inflag in mfc, inflag++ For the inflag in owl, inflag– For the global inflag, inflag mod 100 and assign to inflag: It’s easy, but I hope you could understand why we use namespace. Show transcribed image text
Expert Answer
An answer will
PayPal Gateway not configured
PayPal Gateway not configured