Explain scope of static variables?


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

Post New Answer

More Embedded Systems AllOther Interview Questions

What are hard and soft real time systems?

0 Answers  


What is endianness of a system and how do different systems communicate with each other?

0 Answers  


Explain the differences between stateless and stateful systems, and impacts of state on parallelism.

0 Answers  


Tell me about 3 times you failed.

0 Answers  


What is pass by value and pass by reference? How are structure passed as arguments?

0 Answers  






What are the most common errors you've found in embedded systems?

0 Answers  


Explain me can we use printf inside isr?

0 Answers  


Tell us what is the need for an infinite loop in embedded systems?

0 Answers  


What is the use of volatile keyword?

0 Answers  


Mention how I/O devices are classified for embedded system?

0 Answers  


Can you have constant volatile variables?

0 Answers  


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  


Categories