Standard Template Library (STL) Question: Tell me What is the difference between thread and process? Standard Template Library (STL) Interview QuestionAnswer: Thread is a smallest unit of process. In process have one or more thread. Previous QuestionNext QuestionWrite 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++?