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 .
2455#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 47836void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31112/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 4054Post New CDAC C Interview Questions
Explain the term 'service fabric' in azure?
What are the types of controllers in jmeter?
Where can I go to print a document?
Tell me what are the feature of laravel 5.0?
Greetings This question is about hydraulics and I request an expert to answer it. A simple hydraulic machine is made up of two heads, a larger one with a larger force inside a wider pipe and a smaller one with a smaller force inside a smaller pipe in width as in the second picture on this link: http://science.howstuffworks.com/hydraulic1.htm The question is this: what happens if the smaller head and the smaller force doesn’t exist but the smaller pipe is high enough to take all the liquid? For example the larger head is 1.00 sqr metre and can go down 1.00m under a weight of 100.00kg. The cross sectional area of the smaller pipe is 0.001 sqr metre. Now when the larger head goes down 1.00m, how high the liquid from the wider pipe can go into the smaller pipe of the cross sectional area of 0.001 sqr metre? Regards
What is localhost in asp.net?
What are the limitations of vlookup?
Advantages and disadvantages of stored procedure?
What is the use of sequences? How do you do sequences?
How django works ?
What is mvc and mvvm in ios?
List product types exist in magento?
project Steps,hits, Project level HArd things,Solved methods?
What are the different types of bots in automation anywhere?
What does requestmapping annotation do?