#include <stdio.h> void main() { int p = 3 + 5 + 4 * 6 / 4 - 6; printf("%d", p); }
8
Previous Question Next Question
Your comments will be displayed only after manual approval.