056. Technical interview question: Give the output of following code Prashant Chaudhari 7 years ago int main(){ float x; x=0.35==3.5/10; printf("%f", x); return 0; }