Standard Template Library (STL) Question:

Download Job Interview Questions and Answers PDF

Tell me What is the difference between thread and process?

Standard Template Library (STL) Interview Question
Standard Template Library (STL) Interview Question

Answer:

Thread is a smallest unit of process. In process have one
or more thread.

Download Standard Template Library (STL) Interview Questions And Answers PDF

Previous QuestionNext Question
Write a c++ to define a class box with length, breadth and height as data member and input value(), printvalue() and volume() as member functions?WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++?