logo

Crowdly

Dado el siguiente código: ... mq_send(mq, &msg1, sizeof(msg1), 2); mq_send(...

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

Dado el siguiente código:

...

mq_send(mq, &msg1, sizeof(msg1), 2);

mq_send(mq, &msg2, sizeof(msg2), 1);

mq_send(mq, &msg3, sizeof(msg3), 3);

...

¿En qué orden leerá los mensajes el receptor?

More questions like this

Want instant access to all verified answers on moodle.uam.es?

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