logo

Crowdly

Browser

Add to Chrome

int main (void) {   int a, b, c;   a = 2;   b = 5;   c = 4...

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

int main (void)

{

  int a, b, c;

  a = 2;

  b = 5;

  c = 4;

  if (a = c)

  {

    a++;

  }

  if (a <= b)

  {

    a++;

  }

  return 0;

}

Que vaut a à la fin du programme ?

More questions like this

Want instant access to all verified answers on moodle.insa-toulouse.fr?

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

Browser

Add to Chrome