#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 45454Post New CDAC Interview Questions
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is R studio and how to use it?
What is link building? Explain its types and which one is good?
What are the different ways of doing black box testing?
Which Altera device families does the TimeQuest timing analyzer tool support?
Tell me what is domain authority?
How do you create editable fields in word?
What is abstraction in java?
What are the different types of software risks?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Define 'sop' (sales & operations planning)?
Does Cassandra support ACID transactions?
What is the name of linux version of silverlight?
Have you done any parameter changes using configtool and visual admin tool?
What is jsp and why do we need it?