#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 47799Post New CDAC Interview Questions
How to access css (cascading style sheets) file in jsf (javaserver faces) application?
What are the advantages of vsam over isam?
What is the first character of the output in ls l command?
What are data labels in excel?
How do you override a method in java?
What is the difference between cartesian product and cross join?
HI ALL ,IAM NEW TO THIS FORUM,COULD ANYONE PLZ FOWAED INTERVIEW QUESTIONS/FAQs ON BASE CUST ,CIC AND MARKETING TO MY E-MAIL ID RAO317@GMAIL.COM.......Shiva THANKS
How we can check if an element is empty or not using jquery?
What are the different privilege types that can be assigned to a user in hana studio?
What are the different components required in cloud architecture?
What is the difference between the bandwidth of half duplex and simplex transmission?
What are proxy objects in c++?
How do you estimate the fuel /diesel consumption for 125KVA DG Set?
Differentiate between the parking and the holding of documents? : fi- general ledger
What is Traditional testing & Object Oriented testing?