Computer Science, asked by seemarajvanshi206l5, 6 months ago

Given the values of
int a = 9;
int b = 4;
int c ;

i) c = ++a + a++ + a *

ii) c = a > b ? (a-b) : (a+b) *

iii) c = a % b 
iv) c = a / 3 + b % 2​

Answers

Answered by ridhuhari2008
0

Answer:

are you studying about turbo C

Explanation:

if you said means only I can answer

Similar questions