Home » Technical Questions » Software Testing

main() { float me = 1.1; double you = 1.1; if(me==you) printf("yes"); else printf("No"); }

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!