my program have as many as 8 threads running at a same time. can different
threads open a same file at the same time? let say thread1 open a file
abc.txt at the same time with thread 2, both doing at different operation...
threads open a same file at the same time? let say thread1 open a file
abc.txt at the same time with thread 2, both doing at different operation...
Comment