Tell me can a pointer be volatile?
No Answer is Posted For this Question
Be the First to Post Answer
What is dma in an embedded system?
Why does pre-emptive multi-threading used to solve the central controller problem?
What happens when recursion functions are declared inline?
Explain me what is spin lock?
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 kinds of problems can you hit with locking model? And a lockless model?
Tell me what is the need for an infinite loop in embedded systems?
What is continuous integration? Why is it important?
If a system goes blank, how do you debug it?
IS 8085 an embedded system?
please send me the faq's in technical interviews on cand datastructures , unix(shell scripting).
Explain what happens when recursion functions are declared inline?