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 |
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
how do we provide security for web services
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What is the Difference between in memory database and physical database
What function would you use to extract characters from a given string?
how pseudo column works?
difference between list and display command ?
What is a singleton linked list?
what is the extension of SPDS Dynamic cluster tables?
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
what are partial classes. Where is the entry point of partial classes.