1,296 views
2 votes
2 votes
Is SYSTEM CALLS needed to setup the shared memory between two processes ? and what are these system calls and does this system calls have any security concern?

1 Answer

Related questions

0 votes
0 votes
0 answers
2
2 votes
2 votes
3 answers
4
Philosophical_Virus asked Dec 10, 2023
767 views
Int main (){fork();printf("a");fork();printf("b");return 0;}How many distinct outputs are possible of above code? And also give outputs