Mention what are the essential components of embedded system?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is difference between binary semaphore and mutex?
What is your experience with qa engineering?
Tell me can structures be passed to the functions by value?
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
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Tell me what is isr?
Explain scope of static variables?
What is solid?
What could be the reasons for a system to have gone blank and how would you debug it?
DMA deals with which address (physical/virtual addresses) ?
What are some examples of anti-patterns?
Tell me how to create a child process in linux?