Latest TCS Aptitude Question SOLUTION: What is the output of the following program? #include int main(){ double d=5.2; int i=5; printf("%d\t",sizeof(!d)); printf("%d\t",sizeof(i=15/2)); printf("%d",