Explain me what is the main function of multiplexed address/data bus?
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
Explain what is semaphore?
Which is better a char, short or int type for optimization?
Tell me what is a watchdog timer?
Whose blogs or podcasts do you follow? Do you blog or podcast?
Explain the difference between a microcontroller and an embedded system?
what is a pure function in arm terminology?
What are the functional requirements that are used in the embedded systems?
can a pointer be volatile ? Explain.
Explain me what is kernel paging?
Differentiate testing and verification?
Tell me can you have constant volatile variables?