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 .
2410#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 47455void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30914/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3969Post New CDAC Interview Questions
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
How many cmd commands are there?
Differentiate between microcontroller and microprocessor.
Differentiate between structure and class in c++.
What is parseint() and why it is used?
How do you restrict the data to be entered in the payroll area?
Explain bootstrap program in operating system.
What do you understand by linq?
33kv Rated output avilable in market (any where in india)
What is sql loader? Explain the files used by sql loader to load file?
What is track field history?
Can I upgrade windows xp to windows 8 for free?
Why scala is used in spark?
a company recive 5 demand draft in different parties 2 DD sumittted to bank for collection and it's collected. what is the closing entry of other 3 DD in the company on that date?
Is swift object oriented?