Latest TCS Aptitude Question SOLUTION: What is the output of the following program? #include int main(){ int c=08; printf("%d",c); return 0; }