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 .
2136#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 45032void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 29549/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3470Post New CDAC Interview Questions
Which is best book for data structures in c?
What is difference between hosting and server?
What is the function of merge in ms excel?
Am a Sap Fi trainee learning the process, i came across a topic Foreign currency valuation. my doubt is whether foreign currency valuation and foreign currency revaluation is one and the same?
What is Linux Shell? What is Shell Script?
What is progressdialog in android?
Explain why does marble rarely contain fossils?
What is blackberry enterprise server?
What is a number range object?
What is the difference between store and dumps commands?
Define negative frequency?
Name three data source available in SparkSQL
Explain about behavioral diagrams?
How is the parity flag actually set in the 8085 microprocessor?
What is viewstate parameter?