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 .
2448#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 47813void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31096/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4047Post New CDAC Interview Questions
How can I learn data structures?
can anyone provide me a amf panel control wiring using ec-2 relay?
What is recruiting process?
Are promises better than callbacks?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the significance of encapsulation?
what is rpg ?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........
You want to connect to sql server through perl. How would you do that?
Does c# support c type macros?
How do you comment in c#?
What is the difference between boxing and unboxing?
When was the last time you were in a crises?
What is ibm datastage?