I was asked these questions in interview (C++ interview). I'm not confident of the answers and would like to know more.
- Can thread create another thread ?
- Can process create another process ?
- Can thread create a process ?
- Can process create a thread ?
