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 .
2447#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 47766void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31083/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4037Post New CDAC Interview Questions
Why in a continuous plant for a Hot standby screw pump system the interlock for auto starting of the other pump ( when the running pump stopped suddenly) is given with header pressure only? why not with flow rate or current of the pump?
What is alt tag?
How do you differentiate tax for different countries? : sap abap hr
Explain how you can display different data at run time and design time?
How can AI companies address societal fears about automation?
What is WF-nets?
What are the various layers in the r/3 system?
How long will windows 10 be around?
Explain when should you use .net web forms over asp.net mvc?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are adapter and memento patterns?
advantages & disadvantages of Lagging and leading power factor .
What does ctrl y mean?
What is RX lev sub & Rx lev full
how can you pass values to-and-fro from foreign function?