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 / ankush deshmukh
0 is the answer
The division of 5/9 is 0.5
Then 0.5*(t-32) is -31.5
So roundup of this is 0.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i am exeprienced person what is selection process
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
what is woransient key word? how it is used in java
Is class is a abstract datatype in java?
what is c sharp dotnet
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
what is web service in java? have u use before.
hoe to data grid use in sql server 2000?
What is the entry point function of a DLL?
Please describe an example where you used object orientation in one of your programs.
in IBM PC -AT.WAT AT REFERS TO?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
I'm new to ABAP. What is Module pool in SAP?
will it allow to add same value in HashMap class.