Tell me what is difference between binary semaphore and mutex?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  


Can you have constant volatile variables?

0 Answers  


Tell me what does dma address will deal with?

0 Answers  


Tell me what are the functional requirements that are used in the embedded systems?

0 Answers  


Tell me how many types of ipc mechanism you know?

0 Answers  


Explain what are the uses of the keyword static?

0 Answers  


What does malloc do? What will happen if we have a statement like malloc(sizeof(0));

0 Answers  


What is difference between using a macro and inline function?

0 Answers  


A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?

0 Answers  


Accessing fixed memory locations

0 Answers  


Tell me what is microcontroller?

0 Answers  


Write a constant time consuming statement lot finding out if a given number is a power of 2?

0 Answers  


Categories