A simple macro to double a number was written as follows #define double(X) X*X #include using namespace std; int main() { std::cout<
12
15
10
9
Compilation error
24