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 48243void 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 4130Post New CDAC C Interview Questions
How can we call a child job in master job? How can we trigger particular steps before and after a job?
Which linux shell is best?
What is datasource?
What is ms word used for?
You want to run a payment run. Which dates would you take into consideration?
what is the exact heat treatment cycle of IS 4522 Gr6 to get the required properties?
Why function is used in sql?
how to access data held on the jes spool?
When are intermolecular forces the strongest?
Can you explain events in google analytics?
What is code walkthrough?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
How do I know what version of windows 1903 I have?
Are quotes mandatory in URL’s?