A simple macro to double a number was written as follows #define double(X) X*X #include using namespace std; int main() { std::cout<
Reveal answer
Fill a bubble to check yourself
A simple macro to double a number was written as follows #define double(X) X*X #include using namespace std; int main() { std::cout<