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 .
2410#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 47454void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30914/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3969Post New CDAC C Interview Questions
What is the purpose of deferred tax asset?
What are you expecting from ATT in the future?
why the perameters of secondary circuit are more important then that of the primary circuit of induction motor?
You wan to make a user/ vendor a valid part of srm. How will you do that? Does this need anything particular to be done?
Explain what are the different methods of loading dimension tables?
How can we find out the current date and time in oracle?
What is the size of arraylist in java?
When we do enhancement by adding user defined fields in notification. Is it possible to select notifications based on user defined fields in l?
Define population density?
In what points, can weaving be applied?
What is ajax used for?
What is go?
Which is the parent class to create all windows services in .net?
What is a closure in javascript?
What do you understand by an inner bag and outer bag in Pig?