Can a pointer be volatile ?
No Answer is Posted For this Question
Be the First to Post Answer
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
Tell me what are the different storage classes in c?
What is priority inheritance?
Tell me what are the different types of buses used by the embedded systems?
What kinds of problems can you hit with lockless model?
Tell me what is interaction semantics used in embedded systems?
What is the use of having the const qualifier?
Explain what is meant by a sandbox, why you would use one, and identify examples of sandboxes in the wild.
Tell me what is interrupt latency? How can you reduce it?
Are you still writing code? Do you love it?
Describe, in as much detail as you think is relevant, as deeply as you can, what happens when I type "cnn.com" into a browser and press "go".
What is a memory leak? What is a segmentation fault?