Latest Miscellaneous Company Exam Aptitude Question SOLUTION: Main() {char a[6] = "INDIA"; while(*a) { printf("%c",*a); a++; }}