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 .
2138#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 45063void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 29570/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3473Post New CDAC Interview Questions
Does c# replace c++?
I am 36 years old with graduation. Is it possible to get job in international bpo without any experience? Previously i was into my father business and due to some reasons business got shut down.
Mention what is the importance of ods in biw?
Can I reuse the session in hibernate?
how much mail can be stored in each mailbox?
How do you use the countif function in excel?
can 2 tier architecture can be change as a 3 tier architecture
Are you planning to continue your studies and training at Rolls Royce?
Difference between system refresh and client copy?
Explain how will the struts know which action class to call when you submit a form?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How does a network topology affect your decision in setting up a network?
How many ways are there to call an apex class?
What is the type of this pointer in c++?
In which language java is written?