Tell me can static variables be declared in a header file?


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

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me how to create a child process in linux?

0 Answers  


What are some examples of anti-patterns?

0 Answers  


What is spin lock?

0 Answers  


Is count down_to_zero loop better than count_up_loops?

0 Answers  


Do you know what is priority inversion?

0 Answers  


Explain difference between risc and cisc processor?

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  


Explain what is semaphore?

0 Answers  


What is meant by a sandbox, why you would use one.

0 Answers  


What are the 4 types of inheritance relationship?

0 Answers  


Tell me what is interrupt latency?

0 Answers  


Why are interfaces important?

0 Answers  


Categories