Describe to me some bad code you've read or inherited lately.
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?
What is the last programming book you read?
what is the difference between embedded systems and the system in which rtos is running?
Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?
What is refactoring? Have you used it and it is important? Name three common refactorings.
What is the scope of a function that is declared as static?
What is equ?
What happens when recursion functions are declared inline?
What is the need for having multibyte data input and output buffers in case of device ports?
Explain how does combination of functions reduce memory requirements in embedded systems?
Why is it better to use multi-threading polling instead of a single threading model?
Have you designed ui, user interface?