how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
2 10953Post New Tech Synergy C Interview Questions
Does A Class Inherit The Constructors Of Its Superclass?
what is actual flag?
Difference between list and Library?
How is siebel 7.x architecture different from siebel 6.x? How is siebel 7.x architecture different from siebel 6.x?
Why do we use threads in java?
What role does the persistence layer in sap hana play?
How hibernate proxy helps in lazy loading?
WHAT GOAL DO YOU HAVE IN YOUR CARRIER?
What kind of database is excel?
What do you mean by openstack?
What is the purpose of an orm?
Name some top IT companies?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Are strings immutable in java?
What is the sql query to find the employee who has Nth maximum salary?