What is refactoring? Have you used it and it is important? Name three common refactorings.
No Answer is Posted For this Question
Be the First to Post Answer
Tell me why does pre-emptive multi-threading used to solve the central controller problem?
How are variables mapped across to the various memories by the c compiler?
Tell me why cannot arrays be passed by values to functions?
Explain the characteristics of embedded system?
What's the difference between asynchrony and concurrency?
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
Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?
Tell me what is interrupt latency?
Tell me what is microcontroller?
Tell me what are the different storage classes in c?
What is dma in an embedded system?
How do you react to people criticizing your code/documents?