#include <iostream> int main() { #define MyConst 1; #define Quizful int k = 10; #if !defined Quizful && defined MyConst k++; #endif std::cout<<k; return 0; }
Login in to like
Login in to comment
or Read more about C++ Quizzes
Login in to like
Login in to comment