what is the advantage of using SEMAPHORES to ORDINARY
VARIABLES???
Answer Posted / test
semaphores helps is a varible which is used to protect the shared data .hence avoiding the coruption of data by the threads acting simultaniously..
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is a pointer variable in c language?
Explain 'bit masking'?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Why we use void main in c?
how can use subset in c program and give more example
How can I recover the file name given an open stream?
What do you mean by keywords in c?
What is nested structure?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain 'far' and 'near' pointers in c.
What is else if ladder?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
When would you use a pointer to a function?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this