Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is semaphore?
Tell me which parameters decide the size of data type for a processor?
please send me the faq's in technical interviews on cand datastructures , unix(shell scripting).
Tell me why is it better to use multi-threading polling then single threading model?
What is inversion of control? How does that relate to dependency injection?
What is the order of calling for the constructors and destructors in case of objects of inherited classes?
Tell me what is top half & bottom half of a kernel?
Which parameters decide the size of data type for a processor?
Explain me what is the difference between microprocessor and microcontroller?
Tell me how does input/output bus functions?
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
Can we use printf inside isr?