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 .
2455#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 47834void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31112/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4054Post New CDAC Interview Questions
Can you use sharing rules to restrict data access?
Explain how polyester is made?
Is 8gb ram good?
Is the firefoxdriver a class or an interface?
How long does it take to learn swift?
Is ngmodel deprecated?
After the generation of a report to whom we have to deploy or what we do after the completion of a report?
Which section controls the data processing in the hana db? : hana modeling
What is torque converter?
What are the different types of Cloud platforms?
How do I do multiple colors of text?
What is the mathed of maintain oxizen level in a air tite A/c room.
What is the difference between the boolean & operator and the && operator in java programming?
What are the measures taken to save the aircraft from lightning?
how do you query in entity model when the result has a join from from different database other than the entity model?