Answer Posted / rohil
The mutex (mutually exclusion) variables are used thread
synchroniization and for protecting the shared memory(data
segment) when multiple writes occur
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
A=7; b=8; x=a++-b; printf(ā%dā, x ); what does this code give as output?
Mention what are the essential components of embedded system?
Which parameters decide the size of data type for a processor?
What is the need for an infinite loop in embedded systems?
Implement a
What is size of character, integer, integer pointer, character pointer?
What are the types of embedded system?
Explain me can we use printf inside isr?
What is the significance of watchdog timer in embedded systems?
Can we use printf inside isr?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
How can to check the working of a sensor deployed in a project?
What is pass by value and pass by reference? How are structure passed as arguments?
Explain what are real-time embedded systems?
Tell me can we use any function inside isr?