A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
No Answer is Posted For this Question
Be the First to Post Answer
What is an embedded system and why it is used?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
When do you know your code is ready for production?
What buses are used for communication in embedded system?
What is null pointer and what is its use?
Why we use embedded systems?
Please explain what is semaphore?
Explain what is the need for an infinite loop in embedded systems?
If you've integrated new software in an existing system, tell us how you evaluated and identified the requirements for this new technology.
What's the difference between unit test and integration test?
Tell me why do we need virtual device drivers when we have physical device drivers?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));