how can i run these two proceses normally in c language?
this code works fine but consumer process does not work, i tried to get producer_pid value and check what is going on but when i write the printf("%d\n",producer_pid) it gives two values when do not put \n it gives one value. i am new to all computer programming i am educating myself, if the question is so bad i am sorry
i think producer process is not ending any idea that could help me?
#include
#include
#include
#include
#include
#include
#define BUFFER_SIZE 2
int...