Tell me can we use any function inside isr?
No Answer is Posted For this Question
Be the First to Post Answer
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
Can a volatile be constant? Like
Why are interfaces important?
Advantages and disadvantages of using macro and inline functions?
What is inversion of control?
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 me what is endianness of a system and how do different systems communicate with each other?
What is the difference between hardware design and software design?
Tell me significance of watchdog timer in embedded systems?
Tell me why is it better to use multi-threading polling then single threading model?
What are the different types of customizations that is used with the “volatile” keyword?
Tell me what are the different types of customizations that is used with the “volatile” keyword?