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