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 .
2402#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 47373void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30879/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3954Post New CDAC C Interview Questions
Why would you use a linked list?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Explain how many characters limits in & meta description tag?
What are the various layers of peoplesoft.
What is a payment block? : fi- accounts payable
What are the causes of damage to propellers?
How do you solve ideal gas law problems?
How is air sterilized?
I am B.Tech(CSE) & working in textile mill in IT dept. where implement SAP ag6.0 at Branch side all module like (SD,FICO,MM) etc. And Database & application server at HEAD Ofice(diffrent site).what will be my future in this field (ABAP,BASIS ,Functionality)etc.
Tell name of all the control of ajax?
How to Specify the Domain of a Socket?
How to set cookies?
How do I uninstall tomcat?
How can users insert an online picture in word documents in ms word?
What is a subtree?