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 47800void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31090/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4042Post New CDAC Interview Questions
How to log hibernate generated sql queries in log files?
What is the ms word 2007?
How do I update excel 2016?
How do you implement json given that python is best suited for the server-side application?
List few ways to code transactions in an efficient manner?
Which built-in method reverses the order of the elements of an array?
Explain about Caturing Baseline.
What does dag stand for?
What is the difference between INSTANCE methods and STATIC methods?
Where do we find the doc /// in customer connection---frequently updated. Thing like patches?
What is the importance of earthing?
Why does WordPress use MySQL?
Can you make a property optional?
What is document object model? Why it is used?
how Data is stored in a file so that Direct Searching can be performed