#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 47821Post New CDAC Interview Questions
If the user's operating system does not support the needed character, how can the symbol be represented?
Explain what is auto dialer? : insurance cold calling
Which is the best conductor of electricity?
What is difference between corrective maintenance and preventive maintenance?
how will we calculate the heat of formation through electron...??
Can I update my windows 7 to windows 10 for free?
Explain the action.
How core data works to save data in persistent storage?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the difference between a flowchart and a DFD?
For a workflow, what are the types of input forms that can be created?
Differentiate between push and pop?
What is the difference between partitioning with key / hash and round robin?
Explain the Meaning of a single and double underscore before an object name?
When a child domain is created in the domain tree, what type of trust relationship exists between the new child domain and the trees root domain?