logo

Crowdly

Browser

Add to Chrome

Mit ír ki az alábbi C programrészlet? void c(int x, int y) {   int t;   t =...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mit ír ki az alábbi C programrészlet?

void c(int x, int y) {

  int t;

  t = y; y = x; x = t;

}

int main() {

  int x = 5, y = 6;

  c(x, y);

  printf("%d %d",x, y);

  return 0;

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.uni-pannon.hu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome