Q. What is multithreaded programming? (Solved)
1. It’s a process in which two different processes run simultaneously.
2. Its a process in which two or more parts of same process run simultaneously.
3. Its a process in which many different process are able to access same information.
4. Its a process in which a single process can access information from many sources.
- b. Its a process in which two or more parts of same process run simultaneously.