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