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 type of software simulator and developer have you used?
Explain what is semaphore?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
Explain what is size of character, integer, integer pointer, character pointer?
What is the use of volatile keyword?
Tell me why cannot arrays be passed by values to functions?
What happens when recursion functions are declared inline?
What are the different types of customizations that is used with the “volatile” keyword?
Explain what is meant by a sandbox, why you would use one, and identify examples of sandboxes in the wild.
What is the need for an infinite loop in embedded systems?
Tell me what are the different storage classes in c?
Tell me what is rtos?