Tell me can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
Explain me what is the difference between microprocessor and microcontroller?
whether the mulitasking and multiprocessing are same or not.
What is the function of watchdog timer in embedded system?
Explain the components of an embedded system?
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 the concept of separation of concerns and it's pros and cons.
What is an embedded system?
How do you reduce interrupt latency?
Tell me can structures be passed to the functions by value?
Why we use embedded systems?
What is pass by value and pass by reference? How are structure passed as arguments?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?