#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 47445I am searching for gate paper and solution of 2003 and 2008 if u have any material related to it plz give me link so i can download it?my email add is hrishi_mehta2001@yahoo.com
1 9191can any one tell me that how shoul i prepere for entrance exams of psu i mean from which book i have to gone through?
3 10240how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 24892what happens if number of poles in stator and rotor windins of slip ring induction motor are not same. Will it rotate near to the synchronus speed defined by stator?
1 4866If the rotor pf of a 3 phase induction motor is .866, then what is the phase displacement between stator and rotor magnetic field 1)30,2)120,3)150,4)90 please justify....
2 5747Post New GATE Interview Questions
What is a database event trigger?
What is the function of operational assertions in uml?
Example for negative feedback and positive feedback.
In dcs panel we are using diff type of modules ?what is module ? what is the use of modules ?diff type of module?
Are Bots and Intelligent Agents personal search engines?
What skills are required for data analytics roles?
What are advantages of spring usage?
Difference ISDN and Brodband?
Does windows 10 have a word processor?
How do I export my entire wordpress site?
How to reset/destroy a cookie in php?
How do you rename a table?
What do you think this position requires, and how well do you match those requirements?
What is abc in wcf?
I have ten columns that needs to be totalled... but some columns are empty...how do i get sum all the columns even if sum are empty? Can i get a total of the rows instead of columns? if yes, what is the function to be used?