What is the order of calling for the constructors and destructors in case of objects of inherited classes?
No Answer is Posted For this Question
Be the First to Post Answer
Explain various uses of timers in embedded system?
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
What is isr? Can they be passed any parameter and can they return a value?
Tell me how are macros different from inline functions?
Explain me what is kernel paging?
Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.
Explain me what is semaphore?
Explain the concept of convention over configuration, and talk about an example of convention over configuration you have seen in the wild.
What are the advantages and disadvantages of separation of concerns?
Explain the differences between analytical and computational modeling?
What are the most common errors you've found in embedded systems and how have you resolved them?
Tell me significance of watchdog timer in embedded systems?