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 .
2392#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 47255void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30821/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3933Post New CDAC Interview Questions
How do I import a csv file into db2?
What is the advantages of using IDMS compared to other database systems?
How to define a class locally?
How does django integrate with angularjs?
What is Tab Query Whats its advantage over Sql-Query
Tell me how do I determine a post, page, category, tag, link, link category, or user id?
What are the advantages and disadvantages of the k-map method?
WHAT DLC DESIGN IN CONSTRUCTION
Explain db2.
Is pega rpa scalable?
what is an extent in informix?
Which best describes keyword contextual targeting?
What are features of react.js?
Is active record an orm?
What is if-else-and-then conditions in angular4?