what are threads ? why they are called light weight
processes ? what is the relation between process and threads ?
Answer Posted / palani222samy
thread is an execute the more process an single process
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
I came across some code that puts a (void) cast before each call to printf. Why?
Write a program to swap two numbers without using a temporary variable?
What is identifier in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How can I implement a delay, or time a users response, with sub-second resolution?
Can we access the array using a pointer in c language?
what is different between auto and local static? why should we use local static?
Is python a c language?
What are qualifiers in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is data type long in c?
How can you return multiple values from a function?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is unary operator?