Explain the difference between risc and cisc processor?
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
Tell me can static variables be declared in a header file?
Explain what is a watchdog timer?
What do you do to stay abreast of the latest technologies and tools?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
What happens when recursion functions are declared inline?
Explain the characteristics of embedded system?
What are the rules followed by mutexes?
How does the interrupt architecture works?
What is Difference between CAN and GMLAN
What are the most common errors you've found in embedded systems and how have you resolved them?
Tell me what is difference between binary semaphore and mutex?