Latest ADITI Aptitude Question SOLUTION: Q. Give the output for the following program segment. #ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }