Question
Which of the following statement are true?
(i) Multiple threads of a process cannot execute same function concurrently
(ii) Threads from different processes can access global variables of each other
(iii) Race condition never occurs when different threads of a process access global variables
(iv) Threads of a process shares address space