Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { float a=1.1; double b=1.1; if(a==b) // datatype is different cant be compared; hence result will be 0 printf(“equal”); else print