6) What is the output of the C Program. ?
int main()
{
int a=0;
a = 10 + 2 * 12 / 3 * 2 + 5;
printf("%d", a);
return 0;
}
Answers
Answered by
1
Output will be 31
Answered by
0
Answer:
31
Explanation:
pls follow up........
Similar questions