Tell me can static variables be declared in a header file?
Tell me how to create a child process in linux?
What are some examples of anti-patterns?
What is spin lock?
Is count down_to_zero loop better than count_up_loops?
Do you know what is priority inversion?
Explain difference between risc and cisc processor?
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
Explain what is semaphore?
What is meant by a sandbox, why you would use one.
What are the 4 types of inheritance relationship?
Tell me what is interrupt latency?
Why are interfaces important?