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 47476void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30924/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3973Post New CDAC Interview Questions
What is the difference between Grid and Gridbaglayout?
Is overriding possible in c++?
Define the function of action profile in sap crm?
How do you stay updated with the latest research in Generative AI?
Types of Session handling methods in Django?
How to accessing elements using javascript?
Tell me how can you switch back from a frame?
What is nsmutabledictionary?
Write a SQL query to make a column as unique?
Why you change job in March this time is increment time
What are the variable types available in pc?
What is a forward referencing and when should it be used?
how will you restrict user logon timing in domain? : Windows server 2003
Difference between macros and inline functions? Can a function be forced as inline?
What challenges do AI-powered education systems face?