Latest Josh technology Aptitude Question SOLUTION: #include int main(void) { int i=1024; for(;i;i>>=1) printf("jtg"); return 0; }