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 .
2447#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 47766void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31083/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4037Post New CDAC Interview Questions
How do I sort numbers in php?
sir, pls send me 5 year previous question papers of RRB- Junior Engineer-GrII to my mail id
What is a router in angular?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
Tell us about economy of India.
Differences between functionality of process or object?
How can social media be used for marketing?
How do you resize a picture in ms powerpoint?
What are Props in react js?
What the server requirements for laravel?
What is bash command used for?
Which antivirus is best for ubuntu?
How to send an email in python language?
How use visual studio in html?