Computer Science, asked by kaushik7731, 3 months ago

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 jai696
1

\huge{\mathtt{{\blue{\boxed{\tt{\pink{\orange{A}\purple{n}\blue{s}\red{w}\green{e}\pink{r᭄}}}}}}}}

Output will be 31

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Japji21
0

Answer:

31

Explanation:

pls follow up........

Similar questions