I'd like to ask if anyone can help me with the following task:
Make a C-program that creates two parallel processes, communicating through shared memory with size 1 symbol.
The first process should read (scanf) string(should use char array I guess) and then pass each symbol, one by one, to the second process, which writes the symbol in a file.
-It should work on Linux and must use "shared.h" + getmem(...) function to access the shared memory
I have no idea how to start it. Any help is appreciated. Thanks






