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 .
2447#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 47799void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31089/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4041Post New CDAC C Interview Questions
What is the formula for calculating the Instantaneous Short Circuit & overcurrent for any breaker
What is the use of track page view in google analytics?
What do you mean by table in sql?
How do I reset a sequence in oracle?
please can any one tell me clearly about pid tuning i am confusing about this .how to tune pid easly?
How will you call a constructor in codeigniter?
What is an expansion valve and its purpose?
Tell me what is accrual accounting?
How to bring advanced search page before normal search page?
1. Difference between Lookup and join? 2. Difference between funnel and join? 3. What type of load you have used in your project? 4. What type of data warehouse schema you have fallowed in you project? 5. How many fact tables and dimension tables is their in project? 6. How do you kill the job process using windows environment? 7. Difference between sequence file and dataset? 8. What is delta load and subsequent load? 9. By using which stages you have implemented the SCD
How does a memory leak work?
How you can insert video in Microsoft Word 2013 ?
Explain how drupal engine works ?
What are the advanced features of laravel 6.0?
what is program counter?