Write 2 C Programs that can communicate among themselves using a Message Queue. [ Hint: The two programs should be compiled and run at the same time to illustrate basic principle of message passing: code example
Example: message queue c not
if (result == -1)
{
perror("msgsnd");
exit(EXIT_FAILURE);
}