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 |
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
How do you convert stl to steps?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Is stl open source?
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 }
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
write a program that input four digit number and find how many 7 that number contains
What is the name of your birth place?
What is Template Specialization?
Explain References in C++
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
what is electronic software