#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 47458Post New CDAC Interview Questions
How do I change print to file settings?
What is local and formal parameter?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Is unix still around?
How many lookup relationship fields can be created in an object?
What is role-based security in asp.net?
How do you determine the location of mysql data directory?
Explain unexpected() function?
How Apache Pig deals with the schema and schema-less data?
What is font size in ms word?
Explain what is power center repository?
Is there exchange of cells between the mother and the fetus through the placenta?
how many type of indexing in database?
What is pgadmin used for?
What is mod_evasive module?