#include <stdio.h> void main() { int n = 15 & 14 & 16; printf("%d", n); }
0
Previous Question Next Question
Your comments will be displayed only after manual approval.