Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.
No Answer is Posted For this Question
Be the First to Post Answer
What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?
What is the size of the int, char and float data types?
How do you reduce interrupt latency?
can please tel me faq's asking in interviews on microcontrollers
What is refactoring? Have you used it and it is important? Name three common refactorings.
What is difference between binary semaphore and mutex?
Tell me can we put breakpoint inside isr?
What is loop unrolling?
Explain what is interrupt latency? How can you reduce it?
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 the difference between "set" logic, and "procedural" logic.
Explain various uses of timers in embedded system?