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 .
2508#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 48243void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31300/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4130Post New CDAC Interview Questions
Can we run ubuntu on windows?
What are powerpoint custom shows?
What is mvp in android?
What can you do with pl sql?
What is parsing in grammar?
What is hooks and how we can configure hooks in codeigniter?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
What is http post and http get?
What is a label html?
List out the different types of locks available in sql server?
List the database backends supported by django framework?
Explain about collection interface in java?
What is the programming language for linux?
What are the 4 types of unions?
List some sorting functions in php?