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
wat are the different rtos available? wat is the difference beetween RTOS ans OS
What is the purpose of using critical sections?
Can you name any code testing tools?
What's so great about <cool web technology of the day>?
What are the 4 types of inheritance relationship?
What is kernel paging?
How can you optimize the i/o performance?
How do you learn about the latest technology trends?
Write a constant time consuming statement lot finding out if a given number is a power of 2?
Describe the life-cycle of a software development (application design) process.
Hi Guru here.......my question is....... Is it necessary to start the execution of a program from the main() in C?
While writing interrupt handlers (ISR), which are points needed to be considered ?