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