hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
2392#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 47255void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30821/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3932Post New CDAC Interview Questions
What is the importance of authentication?
what is the efficiency of thyristor
Does apple use swift internally?
A 50Hz,4-pole,3-phase,star-connected synchronous motor has a synchronous reactance of 12ohmsper phase and negligible armature resistances.the excitation is such as to give an open-circuit voltage of 13.2kilovolt.the motor is connected to 115kilovolt, 50hertz supplying. what maximum load can be the motor torque,line current and power factor?
I need a Technical evaluation between Oracle and SAP ? please do a need ful.
What are compare reports? What is the different between *changed and changed in compare report
What is executive accounting?
How to upgrade angular 2 project to angular 4? Explain
Is windows unix like?
What is the pipe command?
How do you set up background jobs in sap?
Ac generato how produce power I need for camplet defination
Draw the circuit of cc configurations using npn transistor.
How will you know in git if a branch has already been merged into master?
Can you explain boundary value analysis?