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 .
2508#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 48241void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31300/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4129Post New CDAC Interview Questions
What is classpathxmlapplicationcontext?
How is scrum different from other iterative models?
Write down the steps for the creation of stateless ejb.
How do you check if a port is blocked?
Tell about MOM Tool(Microsoft Operator Manager)?
What is type 4 jdbc driver?
What is bayesian?
How to optimize talend performance
If 2,00000 amount is given and make it share to 55 employees as per pf? anyone give me a detailed explantion based on this type of questions..Thanqu Preethi
How many types of modules are there in spring? Name them.
What is a database string?
What are the classes? : sap bobi
What is parsing in grammar?
How is saturn like earth?
What is the difference between couchdb and mongodb?