9. Read the function conv() given below
conv(int t)
{
int u;
u=5/9 * (t-32);
return(u);
}
What is returned
(a) 15 (b) 0 (c) 16.1 (d) 29
Answer Posted / jagadeesh
0 sinc the t is not initialized.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do i find out the number of parameters passed into function?
how do i add a column dynamically in a table by using java application?
Outline the two important features of a terminating recursion. Any ideas?
What are events in smartforms?
what is programmable BIST in today ic design
why we use abstract word in abstract window toolkit in java language.
how do i create my own exception class which will restrict IO exception?
I m Abdullah Ansari compleated MCA from Jamia Hamdard,i have appeared the test of IBM on 2 august at oxford college of engineering Bangalore.waiting for hr round.. This is the first round for IBM.02/08/08 Paper consists of 4 sections 15 questions from matrices(time very less but no negative marking). 25 questions from series completion section (this section is very easy but negative marking) 15 questions from aptitude(little bit tough time limit 15 minute negative marking) 4th section is from computer science (c,c++,operating system,digital electronics ,basic question..) result came at 3 o'clock.i was selected... In interview they asked questions like 1 they asked about final yr project.. 2 what are dynamic and static memory location? 3 linked list and array difference between them. 4 what is function ? what is difference betwen function and inline function? 5 about structure 6 about binary tree, traversal, call by value. 7 storage class and many more basic questions..
write a sql qwery which include joining of two tables 4 marks mainframe
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
How do you initialize a static member of a class with return value of some function?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
what is class module in vb6? what it's use? with example..
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.