Computer Science, asked by rithick2812, 2 months ago

Which is a correct C expression? * 2 points Z = (x+y); Z = [x+y]; Z = {x+y}; Z = {(x+y)};

Answers

Answered by mv9499596
0

Answer:

Z={x+y}

Explanation:

Similar questions