What typecast is applied when we have a signed and an unsigned int in an expression?
No Answer is Posted For this Question
Be the First to Post Answer
whether the mulitasking and multiprocessing are same or not.
what is Page Fault or Page thrashing ?
Please explain the difference between mutexes vs semaphores?
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
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
What is an embedded system and why it is used?
Explain interrupt latency and how can we decrease it?
Explain the characteristics of embedded system?
What is the function of watchdog timer in embedded system?
You have two computers, and you want to get data from one to the other. How could you do it?
Explain various uses of timers in embedded system?
Tell me what is interrupt latency? How can you reduce it?