#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 48243Post New CDAC Interview Questions
How to handle events in d3.js?
Where does the clusterware write when there is a network or storage issue?
What are the various data types available in db2?
How to Implement Floating point Arthemtic on A fixed point machine?
Name the carpentry process?
How is ms outlook different from ms outlook express?
What is the major difference between pool tables and transparent tables?
What are symget and symput? : sas-macro
Do prepared statements prevent sql injection?
Explain how you can retrieve the local ip address on client side within an interceptor?
Explain how you can run a graph infinitely in ab initio?
What is an adaptor class in c++?
How can we derive power factor equation p=vi cos phi?
tell me what is the interview when some one want to get a job in this company?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?