Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
No Answer is Posted For this Question
Be the First to Post Answer
Can a pointer be volatile in c?
how to get the starting address of file stored in harddisk through 'C'program.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the different file extensions involved when programming in C?
What does sizeof return c?
will u please send me the placement papers to my mail???????????????????
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
What is line in c preprocessor?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
When should you not use a type cast?
What is character constants?
write a program to delete an item from a particular location of an linear array?