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 48271void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31321/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4138Post New CDAC Interview Questions
How do you find recently downloaded files?
What is functional interface in java example?
Is c++ required for learning python?
Is treemap thread safe?
How can we calculate the per hour productivity of a hydraulic rock breaker,for excavator..
a sample of gas occupies a volume of {450.0 ml}at {740 mm Hg}and[16C]determine the volume of this same sample at [760 mm Hg]and [37c]?
how to absorb to site basic corrections? which are the important correction?
What is silence suppression?
I created a secondary public folder hierarchy, but only the original public folder hierarchy appears in outlook.
How do you delete a row from a table?
Will existing investors participate in the round? - Venture Capitalists
What linus torvalds created?
How to resolve small file problem in hdfs?
When is it appropriate to use frames?
how pseudo column works?