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 .
2205#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 45645void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 29947/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3617Post New CDAC C Interview Questions
Is magento a software?
Is wix or wordpress better?
What is the basis for creating an organizational plan?
Define object spy ?
How to Bind Addresses to a Socket?
What are the types of caches in lookup? Explain them.
What are different sterilization methods used in laboratory?
Name some negotiable instruments.
What is spool space? Why do you get spool space errors? How do trouble-shoot them?
Define singlecall activation mode in .net remoting?
What are the three tiers in a 3 tier architecture?
Explain decision/fork usage⦠scenarios decision?
Explain how to restart or shutdown my application programmatically?
Is it possible to provide multiple inputs to hadoop? If yes, explain.
What is the difference between file-based dependency and key-based dependency?