Latest ADITI Aptitude Question SOLUTION: Q. In the following program segment #include main() { int a=2; int b=9; int c=1; while(b) { if(odd(b)) c=c*a; a=a*a; b=b/2;