How are variables mapped across to the various memories by the c compiler?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

How can to check the working of a sensor deployed in a project?

0 Answers   CMC,


Discuss the concept of yagni.

0 Answers  


Why is it better to use multi-threading polling then single threading model?

0 Answers  


Tell me what are the uses of the keyword volatile?

0 Answers  


While writing interrupt handlers (ISR), which are points needed to be considered ?

5 Answers   Broadcom, nvidia,


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

1 Answers  


Suppose you buy some rtos, what are the features you look for in?

0 Answers  


Explain me what is kernel paging?

0 Answers  


How to reduce function call overhead in arm based systems

0 Answers  


What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?

0 Answers  


What is difference between binary semaphore and mutex?

0 Answers  


Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?

0 Answers  


Categories