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
Answers were Sorted based on User's Feedback
Answer / 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 |
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
what is fisrt female program
What are the other ways to create an object with out calling new keyword in java?
what is meaning of MDM in sap?let me know that meaning
what will we require to build project with the help of oracle
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
sample code for data transfer between two r/2 systems and r/3 systems?
8.In DSP,Define Signal and System?and various type of signals.
how does database connection using ADO.NET?
what is best way to create a Thread class & why?