what is the difference between thread and process



what is the difference between thread and process..

Answer / vijay bisht

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

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More STL Interview Questions

Waht is inheritance

6 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


Write a program in C/C++ to implement reader- writer problem

1 Answers   Wipro,


How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.

1 Answers  






What is a standard template library (stl)? What are the various types of stl containers?

0 Answers  


sir please send me bpcl previous question papers

0 Answers   BPCL Bharat Petroleum,


What is the underlying datastructure of map?

5 Answers   BIA, Siemens,


How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.

2 Answers  


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

0 Answers   Ascent,


Define the terms: field, record, table and database

5 Answers  


method overloading means what?

2 Answers   CTS,


Categories