#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 47255I 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 9158can 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 10163how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 24769what 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 4844If 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 5701Post New GATE Interview Questions
what is the difference between overloading & overriding? give example.
List the different types of assembly?
Does treemap sort automatically?
What is special about postgresql?
Have you used callsymputx? what points need to be kept in mind when using it?
Is magento cloud based?
Which command allows you to duplicate files?
What is pointcut?
What does normalization do to data?
Explain 3 basic parts of a trigger.
What are the areas for improvement on Amazon.com?
What is the full form of adabas?
How to write a program that shows the usage of data types?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is gcd ios?