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
Explain the use of #pragma exit?
How can I read in an object file and jump to locations in it?
Is null valid for pointers to functions?
What are types of structure?
How many types of operators are there in c?
Explain that why C is procedural?
What is external variable in c?
differentiate built-in functions and user – defined functions.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can a pointer be null?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why is c platform dependent?
What is the size of enum in bytes?
What is c programming structure?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?