#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 47778Post New CDAC Interview Questions
What is xml format in excel?
What is normalization, first normal form, second normal form, third normal form?
What is the purpose of a data table?
How to start services in ubuntu?
Who owns nodejs?
How To Evaluate Information To Determine Compliance With Standards?
How to Implement static object hierarchies in ATL ?
Hi experts,Recently I faced one questions in MNC,They having 4 tables in FM ..One fact table CALLING X, Remaining 3 tables are there not fact calling y,z etc...We want to join individually from X to Y..please suggest.
How can you disable the automatic sorting of information in a pivot table?
What Doesn't Bankruptcy Do?
Why is it called arch linux?
Explain the configuration section of a cobol program with examples of syntax.
What is the weight of a foot square block of bronze.
How do you write if else in python?
What is the purpose of Treeview control?