#include <stdio.h> #define system 25 int main() { int n = 25; #if system == n printf("Interview "); #endif #if system == 25 printf("Mania\n"); #endif }
Mania
Previous Question Next Question
Your comments will be displayed only after manual approval.