Verified
A thread explains a path of execution into a process. Each time a process is begun, the system form a primary thread. This thread starts executing along with the C/C++ run-time library’s start up code, in turn which calls your entry-point function ( main , Wmain , WinMain , or WWinMain ) and continues executing till the entry-point function returns and the C/C++ run-time library’s start up code calls Exit Process.