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 .
2394#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 47264void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30823/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3934Post New CDAC Interview Questions
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how to import data into R?
How to take a substring from a given string in php?
How hart protocol can be connected with control valves?
I have one ct of ratio 3000-2000/1 Amp its knee point voltage mentioned on name plate is 500-333/30mA-50mA at Vk/2. in secondary box there is three terminal named 1S1, 1S2, 1S3 then on which terminal obtained the knee point voltage ie 1S1-1S2 OR 1S1-1S3 & also specify the knee point voltage for the ratio 3000 from name plate.
What is pretty printer?
What is the use of sorting?
What is bash linux?
what formats mb support?
What does f12 do in word?
How to use online Backups?
Which instance will you use for deploying a 4-node hadoop cluster in aws ?
What is bean? Where it can be used?
Why increase in current leads to increase in conductor temperature?
How to replace junk code recorded by QTP with a mall function.