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 3933Post New CDAC Interview Questions
Hi friends ineed finacial analyst interview question Pls share it
What does triple dot mean?
Is array a list?
What is analytic view?
What is the bank charge for 'overdraft protection' service?
How to remotely administer ms iis?
Do you believe that COD can be done away with in the future considering the increasing facilities of using plastic money?
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
How would you find the number of missing values in a dataset and remove all of them?
What is protocol explain?
What is the difference between outlook and exchange?
what was your contribution in the project?
Can webassembly replace javascript?
How jmeter works?
What is JDBC DataSource and what are it’s benefits?