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 .
2134#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 44991void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 29534/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3464Post New CDAC Interview Questions
What does sh mean?
What kind of applications will xaml enable? : xaml
How do I fix rundll error on windows 8?
Is exit(status) truly equivalent to returning the same status from main?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
What is For-period and In-period
Is the hvac machines are designed 10% less than the electrical feeder value?
I have complited my ERP course in FICO module. Now I want to work in ERP package. Please suggest me how I will apply for the organisation works in ERP environment.
it is possible to check the fail safe condition in pressure transmitter. if possible how?
What is the name of the dna duplication process?
how to upload ledgers in excel or word document
What are trailing whitespace?
What is collections management?
Is it possible to seo a wordpress site to show it on google first page?
Explain javascript accessors ?