What could be the reasons for a system to have gone blank and how would you debug it?
No Answer is Posted For this Question
Be the First to Post Answer
Scope of static variables?
Tell me what is the function of dma controlled in embedded system?
How are variables mapped across to the various memories by the c compiler?
Tell me about some of your hobby projects that you've written in your off time.
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
Tell me why is it better to use multi-threading polling then single threading model?
What are the qualifiers in c?
Describe a software development life cycle that you've managed.
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
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
Can you name the differences between object-oriented and component-based design?
What is the volatile keyword used for?