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 .
2516#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 48312void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31329/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4143Post New CDAC Interview Questions
How does the size of arraylist increases dynamically?
What is ssl in sql server?
Which are the dialog boxes supported by android platform?
How long do you expect to remain employed with Videocon?
What is a temporal table?
Is wordpress hard to learn?
How do you create tasks? What is the max number of tasks you created in your previous projects ?
What is difference between microsoft and windows?
Define cell in HBase?
What is spark parallelize?
Why is a constant variable important?
What Are The Advantages Of Using Pega RPA?
What is a Sharing Rule?
Hi, I am doing Data Entry jobs in Accounts. please let me know "How to maintain Medical stores accounts"?
Can flex applications communicate with each other on the client?