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 47799void 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 would you create an empty numpy array in python?
Explain how to remove a particular element from XML?
What is a listing in retail?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the DataTableCollection?
What are the types of hashed files in data stage
Why is tag used?
Tell me a time when you faced a deadline and how you planned your work successfully meet the deadline.
discuss about myisam key cache. : Sql dba
What are the services cloudera providing?
How do I extract a middle name in excel?
Is age a variable in research?
What is a test dependency scope in maven?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
How do you create tables? Exact syntax, and create profiles, users in teradata?