Can you have constant volatile variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is a semaphore? What are the different types of semaphore?
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 is mutex in an embedded system?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
Explain what are the uses of the keyword static?
What is the repository pattern? The factory pattern? Why are patterns important?
Tell me can structures be passed to the functions by value?
What is pass by value and pass by reference? How are structure passed as arguments?
Explain the difference between "set" logic, and "procedural" logic.
Explain some of the commonly found errors in embedded systems?
Are you still writing code? Do you love it?
What is inversion of control?