#include <stdio.h> void main() { int num1 = 5; int num2 = 10 % 3 * 12 / 4; printf("Value of num is %d", num2); }
Value of num is
Previous Question Next Question
Your comments will be displayed only after manual approval.