#include <stdio.h> void main() { double b = 3 && 5 & 4 % 3; printf("%lf", b); }
1.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.