Latest LG soft india Aptitude Question SOLUTION: main() { int i; for(i=0;i<5;i++) { printf("%d\n", 1L << i); } }