Can a volatile be constant? Like
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
What is top half & bottom half of a kernel?
How are macros different from inline functions?
How does combination of functions reduce memory reuirement in embedded system?
What are the 4 types of inheritance relationship?
What is kernel paging?
What is refactoring? Name three common refactorings.
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 concept of separation of concerns?
What are the functional requirements that are used in the embedded systems?
Tell me what happens when recursive functions are declared inline?
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?